Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spatial support #43

Open
eliranmoyal opened this issue Apr 18, 2015 · 1 comment
Open

Spatial support #43

eliranmoyal opened this issue Apr 18, 2015 · 1 comment
Assignees

Comments

@eliranmoyal
Copy link
Collaborator

Add Geo predicate for usage in "has" step. (This was implemented in the past, but the predicates interface has changed in m9).

  1. Include support for GeoJson:
    g.V().has("location", Geo.INTERSECT,"{ "type": "Point","coordinates": [9, 9]}" )
  2. 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
@rmagen rmagen changed the title WKT support for SpatialStep Spatial support May 18, 2015
@rmagen rmagen added this to the Sprint 1 milestone May 18, 2015
rmagen added a commit that referenced this issue May 18, 2015
@rmagen
Copy link
Owner

rmagen commented May 18, 2015

GeoJson done. (again).

@rmagen rmagen removed this from the Sprint 1 milestone May 21, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants