Skip to content

Spatial support #43

@eliranmoyal

Description

@eliranmoyal

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

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions