Hello!
I am new to using Geoserver and it’s CQL filterand have one question.
When using spatial filters like this on examples: DISJOINT(the_geom, POLYGON((-90 40, -90 45, -60 45, -60 40, -90 40)))
is it possible to use different representation of POLYGON part, not in WKT.
My OpenLayers3 map return coordinates of polygons like this : 576672.21, 6540257.09, 577359.71, 6542209.21, 577989.29, 6542495.86, 579026.17, 6541711.21, 580419.39, 6543269.1, 580664.17, 6544099.43, 580614.18, 6544955.09, 580758.17, 6545791.38, 580813.78, 6547493.59, 580882.3, 6547787.52, 580811.63, 6548021.38, 580393.4, 6548714.35, 579647.81, 6549517.7, 579875.04, 6549978.3, 580612.03, 6550602.42, 581146.45, 6551166.54, 582119.77, 6550856.96, 582810.92, 6550037.72, 582907.41, 6549233.2, 583739.4, 6548619.18, 584351.43, 6550480.94, 584724.81, 6551373.5, 585079.15, 6551780.8, 585214.53, 6552210.45, 584823.45, 6552596.57, 583550.39, 6553106.82, 582713.1, 6553609.79, 582769.21, 6554368.62, 583547.58, 6555687.69 and so on.
Is it possible to use them like this?
And what would be geoserver behavior if my polygon contains around 700 points like that I mentioned.
Thanks for any help!