I want to query the polygon geometry and get features which are intersecting borders and within the polygon , but i am getting the features within BBOX of polygon .
my query is like this.
service:WFS,request:GetFeature,version:1.1.0,typename:mystore:flightRout,outputFormat:json,srsname:EPSG:3857,cql_filter:INTERSECTS(geometry,POLYGON((12.95269334858834 75.65514701171875,12.95269334858834 76.11107962890625,13.455397924014989 76.11107962890625,13.455397924014989 75.65514701171875,12.95269334858834 75.65514701171875)))
أكثر...
my query is like this.
service:WFS,request:GetFeature,version:1.1.0,typename:mystore:flightRout,outputFormat:json,srsname:EPSG:3857,cql_filter:INTERSECTS(geometry,POLYGON((12.95269334858834 75.65514701171875,12.95269334858834 76.11107962890625,13.455397924014989 76.11107962890625,13.455397924014989 75.65514701171875,12.95269334858834 75.65514701171875)))
أكثر...