You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add Geo predicate for usage in "has" step. (This was implemented in the past, but the predicates interface has changed in m9).
Include support for GeoJson:
g.V().has("location", Geo.INTERSECT,"{ "type": "Point","coordinates": [9, 9]}" )
Include support for WKT format
g.V().has("location", Geo.INTERSECT,"POINT (9 9)" )
wait with this till spatial4j release 0.5 version. because 0.4.1 does not support Polygon and Multipolygon on their WKTParser and 0.5-SNAPSHOT does
The text was updated successfully, but these errors were encountered:
rmagen
changed the title
WKT support for SpatialStep
Spatial support
May 18, 2015
Add Geo predicate for usage in "has" step. (This was implemented in the past, but the predicates interface has changed in m9).
g.V().has("location", Geo.INTERSECT,"{ "type": "Point","coordinates": [9, 9]}" )
g.V().has("location", Geo.INTERSECT,"POINT (9 9)" )
wait with this till spatial4j release 0.5 version. because 0.4.1 does not support Polygon and Multipolygon on their WKTParser and 0.5-SNAPSHOT does
The text was updated successfully, but these errors were encountered: