origo icon indicating copy to clipboard operation
origo copied to clipboard

overlay - featureinfo from a raster

Open David0099 opened this issue 1 year ago • 0 comments

Is your feature request related to a problem? Please describe. Getting problem when I try to query featureinfo from a wms-raster layer (geoserver), when using overlay as infowindow options under featureinfoOptions.

"featureinfoOptions": {
    "infowindow": "overlay"
  },

Works fine when I use infowindow or sidebar instead.

  "featureinfoOptions": {
    "infowindow": "infowindow"
  },

  "featureinfoOptions": {
    "infowindow": "sidebar"
  },

Describe the solution you'd like Is it possible to add this functionality to overlay

David0099 avatar Nov 14 '23 13:11 David0099