Please make use of the user list for questions on the use of GeoServer.

The developer list is focused on those working directly on the codebase
(you are welcome to help out if you like). For more information please see
the geoserver website page <http://geoserver.org/comm/>.
--
Jody Garnett


On Mon, 5 Aug 2019 at 18:57, guilhermecanton <[email protected]>
wrote:

> 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
>
_______________________________________________
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to