WMS GetMap con filtro CQL
http://localhost:8080/geoserver/geoserver3_curso/wms?
SERVICE=WMS&VERSION=1.3.0&REQUEST=GetMap
&LAYERS=geoserver3_curso:municipios
&CRS=EPSG:4326&BBOX=-69.65,-22.90,-57.45,-9.67
&WIDTH=800&HEIGHT=600&FORMAT=image/png&TRANSPARENT=true
&CQL_FILTER=departamento='LA PAZ'
WFS GetFeature — descarga GeoJSON
http://localhost:8080/geoserver/geoserver3_curso/wfs?
SERVICE=WFS&VERSION=2.0.0&REQUEST=GetFeature
&TYPENAMES=geoserver3_curso:municipios
&CQL_FILTER=departamento='BENI'
&OUTPUTFORMAT=application/json&COUNT=50