I have a POI table with some data of categories like Airport,ATM,Bank etc. I want to show these categories as checkbox so that if I click in the ATM Checkbox, only the ATM Points will be display. Is there any option in Geoserver?
Regards, Sreesha
|
|
|
Achieving this will involve both the client library you are using as well as GeoServer. On the GeoServer part, you can retrieve the names of the ATMs using You can create the Based on a user's selection, you can use CQL filters to selectively display a UPDATE: I'm assuming you already have your data in PostGIS, and have already created a feature type (layer) based on the PostGIS table. |
||||
|
|