MapStore2 icon indicating copy to clipboard operation
MapStore2 copied to clipboard

Popup not opens with URL parameter GFI

Open jusabatier opened this issue 3 years ago • 1 comments

Description

I just upgraded to 2022.02.00-RC2-geOrchestra which add the 'Simplifying query parameters' functions.

I tested it, but when a context is configured to open GFI in a popup, and use GFI URL's params, the popup not open on page load.

Identifier plugin's configuration in the context :

{
  "cfg": {
    "showInMapPopup": true,
    "disableCenterToMarker": true,
    "showHighlightFeatureButton": true,
    "viewerOptions": {
      "container": "{context.ReactSwipe}"
    }
  },
  "override": {
    "Toolbar": {
      "position": 11
    }
  }
}

How to reproduce

=> quick example : https://geoportail.lepuyenvelay.fr/mapstore/#/context/TestPopup?addLayers=website:points_de_vente_libelle;gpvgs&mapInfo=website:points_de_vente_libelle&mapInfoFilter=%22id=15%22 => Other method

  • On your own platform setup a context with Identifier configured to use popup
  • Use the GFI URL's parameters on this context's layer

Expected Result The targeted feature's GFI result should open in a popup

Current Result Only the marker appear, but not the popup

  • [x] Not browser related

jusabatier avatar Oct 14 '22 08:10 jusabatier

@jusabatier this is not related to the update you have done. It is a pre-existing issue we have already captured with #8578 currently in review.

tdipisa avatar Oct 14 '22 10:10 tdipisa

duplicate of #8578

tdipisa avatar Oct 18 '22 15:10 tdipisa