geoserver - WMS - Filter single layer -


i'm trying make wms call geoserver create image containing 2 layers foo & bar (foo layer group); bar should filtered based on featureid.

when load single layer (e.g. bar) - can use filter method &featureid=bar.1 same method doesn't work when try load multiple layers (e.g. foo & bar).

single layer filter

http://localhost:8080/geoserver/foobar/wms?service=wms&version=1.1.0&request=getmap&layers=bar&featureid=bar.1&styles=&bbox=349335.379999999,248145.919999682,349354.569999999,248170.619999681&width=768&height=735&srs=epsg:27700&format=text%2fhtml%3b%20subtype%3dopenlayers#toggle 

when run:

http://localhost:8080/geoserver/foobar/wms?service=wms&version=1.1.0&request=getmap&layers=foo,bar&featureid=bar.1&styles=&bbox=349335.379999999,248145.919999682,349354.569999999,248170.619999681&width=768&height=735&srs=epsg:27700&format=text%2fhtml%3b%20subtype%3dopenlayers#toggle 

i error both layers need filtered. ideas on how load multiple layers filter 1?

cheers

confirmed it's bug, suggest open ticket at: https://osgeo-org.atlassian.net/projects/geos/summary


Comments

Popular posts from this blog

magento2 - Magento 2 admin grid add filter to collection -

Android volley - avoid multiple requests of the same kind to the server? -

Combining PHP Registration and Login into one class with multiple functions in one PHP file -