From 50bd88f2c9768a117453d50e072607fa615fc9c7 Mon Sep 17 00:00:00 2001 From: Heiko Date: Mon, 3 Sep 2018 15:29:10 +0200 Subject: [PATCH] new features geo aql editor (#6346) --- Documentation/Books/Manual/ReleaseNotes/NewFeatures34.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Documentation/Books/Manual/ReleaseNotes/NewFeatures34.md b/Documentation/Books/Manual/ReleaseNotes/NewFeatures34.md index 6f7c3cc414..4dfd0efcef 100644 --- a/Documentation/Books/Manual/ReleaseNotes/NewFeatures34.md +++ b/Documentation/Books/Manual/ReleaseNotes/NewFeatures34.md @@ -20,6 +20,8 @@ view in ArangoDB. New geo index implementation ---------------------------- +### S2 based geo index + The geo index in ArangoDB has been reimplemented based on [S2 library](http://s2geometry.io/) functionality. The new geo index allows indexing points, but also indexing of more complex geographical objects. The new implementation is much faster than the previous one for @@ -32,6 +34,11 @@ geographical data: `GEO_POINT`, `GEO_MULTIPOINT`, `GEO_POLYGON`, `GEO_LINESTRING Additionally there are new geo AQL functions `GEO_CONTAINS`, `GEO_INTERSECTS` and `GEO_EQUALS` for querying and comparing GeoJSON objects. +### AQL Editor GeoJSON Support + +As a feature on top, the web ui embedded AQL editor now supports also displaying all +GeoJSON supported data. + RocksDB storage engine ----------------------