Hi everybody,
I've some points features stored in a PostGis Database. I'm able to display
these in the map viewer after the correct configuration of the WMS in the
integrated GeoServer, and I can view the same in Google Earth using a kml
service.
These points are related to a group of elements (series) and now I wish to
filter data in order to display only particular features, generating
multiple maps with the same data. With CQL I can do it for Google Earth, for
example with the string
&cql_filter=id='mycode'
and this is working properly.
Now my question is: it is possible to follow the same language with
interactive maps on GN? how can I set the CQL filter?
Is there any particular syntax to use in the field "name of the resource"
located in the "ditribution section" ?
thanks in advance