File tree Expand file tree Collapse file tree 7 files changed +215
-97
lines changed
release-notes/version-3.11
3.12/release-notes/version-3.11
4.0/release-notes/version-3.11 Expand file tree Collapse file tree 7 files changed +215
-97
lines changed Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -615,6 +615,21 @@ support the VelocyPack format. The cluster replication has been changed to use
615615VelocyPack instead of JSON to avoid unnecessary conversions and avoiding any
616616risk of deviations due to the serialization.
617617
618+ ## Optional elevation for GeoJSON Points
619+
620+ <small >Introduced in: v3.11.14-2</small >
621+
622+ GeoJSON Point may now have three coordinates: ` [longitude, latitude, elevation] ` .
623+ However, ArangoDB does not take any elevation into account in geo-spatial
624+ calculations.
625+
626+ Points with an elevation do no longer fail the validation in the ` GEO_POLYGON() `
627+ and ` GEO_MULTIPOLYGON() ` functions. Moreover, GeoJSON with three coordinates is
628+ now indexed by geo indexes and thus also matched by geo-spatial queries, which
629+ means you may find more results than before.
630+
631+ Also see [ Geo-spatial functions in AQL] ( ../../aql/functions/geo.md ) .
632+
618633## JavaScript API
619634
620635### Database creation
Original file line number Diff line number Diff line change @@ -1402,6 +1402,24 @@ connections. Some memory is pre-allocated at startup for higher efficiency. If t
14021402` --server.statistics ` startup option is set to ` false ` , then no memory will be
14031403allocated for connection and request statistics.
14041404
1405+ ### Optional elevation for GeoJSON Points
1406+
1407+ <small >Introduced in: v3.11.14-2</small >
1408+
1409+ The ` GEO_POINT() ` function now accepts an optional third argument to create a
1410+ GeoJSON Point with three coordinates: ` [longitude, latitude, elevation] ` .
1411+
1412+ GeoJSON Points may now have three coordinates in general.
1413+ However, ArangoDB does not take any elevation into account in geo-spatial
1414+ calculations.
1415+
1416+ Points with an elevation do no longer fail the validation in the ` GEO_POLYGON() `
1417+ and ` GEO_MULTIPOLYGON() ` functions. Moreover, GeoJSON with three coordinates is
1418+ now indexed by geo indexes and thus also matched by geo-spatial queries, which
1419+ means you may find more results than before.
1420+
1421+ Also see [ Geo-spatial functions in AQL] ( ../../aql/functions/geo.md ) .
1422+
14051423## Client tools
14061424
14071425### arangodump
Original file line number Diff line number Diff line change @@ -615,6 +615,21 @@ support the VelocyPack format. The cluster replication has been changed to use
615615VelocyPack instead of JSON to avoid unnecessary conversions and avoiding any
616616risk of deviations due to the serialization.
617617
618+ ## Optional elevation for GeoJSON Points
619+
620+ <small >Introduced in: v3.11.14-2</small >
621+
622+ GeoJSON Point may now have three coordinates: ` [longitude, latitude, elevation] ` .
623+ However, ArangoDB does not take any elevation into account in geo-spatial
624+ calculations.
625+
626+ Points with an elevation do no longer fail the validation in the ` GEO_POLYGON() `
627+ and ` GEO_MULTIPOLYGON() ` functions. Moreover, GeoJSON with three coordinates is
628+ now indexed by geo indexes and thus also matched by geo-spatial queries, which
629+ means you may find more results than before.
630+
631+ Also see [ Geo-spatial functions in AQL] ( ../../aql/functions/geo.md ) .
632+
618633## JavaScript API
619634
620635### Database creation
Original file line number Diff line number Diff line change @@ -1398,6 +1398,24 @@ connections. Some memory is pre-allocated at startup for higher efficiency. If t
13981398` --server.statistics ` startup option is set to ` false ` , then no memory will be
13991399allocated for connection and request statistics.
14001400
1401+ ### Optional elevation for GeoJSON Points
1402+
1403+ <small >Introduced in: v3.11.14-2</small >
1404+
1405+ The ` GEO_POINT() ` function now accepts an optional third argument to create a
1406+ GeoJSON Point with three coordinates: ` [longitude, latitude, elevation] ` .
1407+
1408+ GeoJSON Points may now have three coordinates in general.
1409+ However, ArangoDB does not take any elevation into account in geo-spatial
1410+ calculations.
1411+
1412+ Points with an elevation do no longer fail the validation in the ` GEO_POLYGON() `
1413+ and ` GEO_MULTIPOLYGON() ` functions. Moreover, GeoJSON with three coordinates is
1414+ now indexed by geo indexes and thus also matched by geo-spatial queries, which
1415+ means you may find more results than before.
1416+
1417+ Also see [ Geo-spatial functions in AQL] ( ../../aql/functions/geo.md ) .
1418+
14011419## Client tools
14021420
14031421### arangodump
Original file line number Diff line number Diff line change @@ -615,6 +615,21 @@ support the VelocyPack format. The cluster replication has been changed to use
615615VelocyPack instead of JSON to avoid unnecessary conversions and avoiding any
616616risk of deviations due to the serialization.
617617
618+ ## Optional elevation for GeoJSON Points
619+
620+ <small >Introduced in: v3.11.14-2</small >
621+
622+ GeoJSON Point may now have three coordinates: ` [longitude, latitude, elevation] ` .
623+ However, ArangoDB does not take any elevation into account in geo-spatial
624+ calculations.
625+
626+ Points with an elevation do no longer fail the validation in the ` GEO_POLYGON() `
627+ and ` GEO_MULTIPOLYGON() ` functions. Moreover, GeoJSON with three coordinates is
628+ now indexed by geo indexes and thus also matched by geo-spatial queries, which
629+ means you may find more results than before.
630+
631+ Also see [ Geo-spatial functions in AQL] ( ../../aql/functions/geo.md ) .
632+
618633## JavaScript API
619634
620635### Database creation
Original file line number Diff line number Diff line change @@ -1398,6 +1398,24 @@ connections. Some memory is pre-allocated at startup for higher efficiency. If t
13981398` --server.statistics ` startup option is set to ` false ` , then no memory will be
13991399allocated for connection and request statistics.
14001400
1401+ ### Optional elevation for GeoJSON Points
1402+
1403+ <small >Introduced in: v3.11.14-2</small >
1404+
1405+ The ` GEO_POINT() ` function now accepts an optional third argument to create a
1406+ GeoJSON Point with three coordinates: ` [longitude, latitude, elevation] ` .
1407+
1408+ GeoJSON Points may now have three coordinates in general.
1409+ However, ArangoDB does not take any elevation into account in geo-spatial
1410+ calculations.
1411+
1412+ Points with an elevation do no longer fail the validation in the ` GEO_POLYGON() `
1413+ and ` GEO_MULTIPOLYGON() ` functions. Moreover, GeoJSON with three coordinates is
1414+ now indexed by geo indexes and thus also matched by geo-spatial queries, which
1415+ means you may find more results than before.
1416+
1417+ Also see [ Geo-spatial functions in AQL] ( ../../aql/functions/geo.md ) .
1418+
14011419## Client tools
14021420
14031421### arangodump
You can’t perform that action at this time.
0 commit comments