I have a layer of mining processes in geoserver I need to implement a functionality where the user can filter mining processes from a shape file. This shape file contains 15 polygons and each polygon contains approximately 30k coordinates. I'm using a post request and sending the 30k coordinates in a CQL, like the one below. cql = "INTERSECTS(the_geom, POLYGON((-40.9266886103044 -16.262666496441046, -40.90549282420962 -16.263061436643454, -40.905472448859044 -16.263441492330248, -40.90229656699312 -16.267723288825366, -40.90024952920471 -16.278586398087867... + 30k coordinates) But the return is very slow. Because I have 15 polygons that perform this CQL, with their respective coordinates. Is there any better way to do this? Sorry about my english lol Thanks in advance
-- Sent from: http://osgeo-org.1560.x6.nabble.com/GeoServer-Dev-f3819232.html _______________________________________________ Geoserver-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-devel
