I have managed to download a zipped shapefile from geoserver but now I want to be able to download part of the layer in a shapefile. This is what I did in order to download the whole layer as shapefile:
http://localhost:8080/geoserver/wfs?format_options=charset%3AUTF-8&typename=something%3layer_1&outputFormat=SHAPE-ZIP&version=1.0.0&service=WFS&request=GetFeature
I have also managed to apply a single CQL filter based on the answer of Passing Filter Parameters to GeoServer WFS via URL?
How can I apply multiple CQL filters in the same URL? I read Passing Filter Parameters to GeoServer WFS via URL? that I need to encode the 'and' string in the CQL part of the URL. Is there an example illustrating this?
%20AND%20. – user30184 May 09 '16 at 11:19