Hi Wambacher

You might be running into this issue:
https://gis.stackexchange.com/questions/373005/geoserver-wms-cql-filter-id-xxx-works-but-id-in-xxx-does-not,
in which case, change your CQL

from: id in ('R403139')
to: "id" in ('R403139')

Peter


On Sat, 10 Feb 2024 at 16:19, <wambac...@posteo.de> wrote:

> Hi,
>
> i'm trying to use a cql_filter on a feature but something is strange.
>
> cql_filter:  "id = 'R403139'" is working fine. i'll get only this feature.
>
> but           "id in('R403139')" does not give any result (without error
> messages).
>
> i need a list, because later on there more features will be dynanical
> selected. e.g. "id in('R403139', 'R1719140')"
>
> What am i doing wrong?
>
> btw: i may add geoserver log file if needed.
> --
> My projects:
>
> OSM Boundaries Map (*) - not completed
> OSM Software Watchlist
> <https://wambachers-osm.website/SoftwareWatchlist.html>
> OSM Emergency Map <https://wambachers-osm.website/Emergency.html> (*)
> OSM Healthcare Map <https://wambachers-osm.website/Healthcare.html> (*)
> OSM Postcode Map <https://wambachers-osm.website/Postcodes.html> (Germany)
>
>
> *) Europe
> _______________________________________________
> Geoserver-users mailing list
>
> Please make sure you read the following two resources before posting to
> this list:
> - Earning your support instead of buying it, but Ian Turton:
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines:
> http://geoserver.org/comm/userlist-guidelines.html
>
> If you want to request a feature or an improvement, also see this:
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>
>
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>

_______________________________________________
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to