ol2 icon indicating copy to clipboard operation
ol2 copied to clipboard

fix to: https://github.com/openlayers/openlayers/issues/1404

Open emoen opened this issue 11 years ago • 1 comments

Add viewparams to list of params when building url for getFeatureInfo. This enables requesting getFeatureInfo for WMS layers that are from the database - defined as sql-view layers in geoserver.

emoen avatar Nov 04 '14 14:11 emoen

viewparams is not defined in the OGC WMS spec. It's a vendor specific param, hence it should go in vendorParams instead.

bartvde avatar Nov 04 '14 14:11 bartvde