Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[geomesa-users] Geomesa Cassandra Query Issue

 

 

I am using Geomesa with a  Cassandarda data store.  I have come across a potential issue that I’m not sure how to deal with and am hoping someone may be able to shed some light.  I have a front end web app using leaflet to display point data queried from Geoserver.  So I am using the Geomesa Cassandra plugin to geoserver.  I have an edge case where if a user enters a very large (80% of the world) polygon search area, the search results will return all the points outside the polygon and not inside the polygon.  Using a BBox instead of a polygon in the same approximate area will return all the points within the bbox as expected.  Drawing a polygon that is say 60% of the world will also return expected results.  There seems to be some point where polygon searches don’t return what is expected.   The only thing that changes in these searches is the shape or size of the geometry.

Any help or suggestions greatly appreciated.

 

See the below images as examples:

 

 

 

Jonathan Meyer

 


Back to the top