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
Checks whether the distance between two [GeoJSON objects](../../index-and-search/indexing/working-with-indexes/geo-spatial-indexes.md#geojson)
606
+
Checks whether the distance between two [GeoJSON objects](#geojson)
609
607
lies within a given interval. The distance is measured from the **centroid** of
610
608
each shape.
611
609
@@ -772,7 +770,7 @@ a linear ring. Each linear ring consists of an array with at least four
772
770
longitude/latitude pairs. The first linear ring must be the outermost, while
773
771
any subsequent linear ring will be interpreted as holes.
774
772
775
-
For details about the rules, see [GeoJSON polygons](../../index-and-search/indexing/working-with-indexes/geo-spatial-indexes.md#polygon).
773
+
For details about the rules, see [GeoJSON Polygon](#polygon).
776
774
777
775
-**points** (array): an array of (arrays of) `[longitude, latitude]` pairs
778
776
- returns **geoJson** (object\|null): a valid GeoJSON Polygon
@@ -811,7 +809,8 @@ RETURN GEO_POLYGON([
811
809
`GEO_MULTIPOLYGON(polygons) → geoJson`
812
810
813
811
Construct a GeoJSON MultiPolygon. Needs at least two Polygons inside.
814
-
See [GEO_POLYGON()](#geo_polygon) and [GeoJSON MultiPolygons](../../index-and-search/indexing/working-with-indexes/geo-spatial-indexes.md#multipolygon) for the rules of Polygon and MultiPolygon construction.
812
+
See [GEO_POLYGON()](#geo_polygon) and [GeoJSON MultiPolygon](#multipolygon)
813
+
for the rules of Polygon and MultiPolygon construction.
815
814
816
815
-**polygons** (array): an array of arrays of arrays of `[longitude, latitude]` pairs
817
816
- returns **geoJson** (object\|null): a valid GeoJSON MultiPolygon
@@ -935,7 +934,7 @@ value in an attribute of that name.
935
934
`WITHIN_RECTANGLE()` is a deprecated AQL function from version 3.4.0 on. Use
936
935
[`GEO_CONTAINS()`](#geo_contains) and a GeoJSON polygon instead - but note that
937
936
this uses geodesic lines from version 3.10.0 onward
938
-
(see [GeoJSON interpretation](../../index-and-search/indexing/working-with-indexes/geo-spatial-indexes.md#geojson-interpretation)):
937
+
(see [GeoJSON interpretation](#geojson-interpretation)):
Copy file name to clipboardExpand all lines: site/content/3.10/release-notes/version-3.10/incompatible-changes-in-3-10.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -109,7 +109,7 @@ interpretation of GeoJSON polygons in version 3.9 and older:
109
109
This can mean that old polygon GeoJSON data in the database is
110
110
suddenly interpreted in a different way. See
111
111
[Legacy Polygons](../../index-and-search/indexing/working-with-indexes/geo-spatial-indexes.md#legacy-polygons) for details.
112
-
Also see the definition of [Polygons](../../index-and-search/indexing/working-with-indexes/geo-spatial-indexes.md#polygon)
112
+
Also see the definition of [Polygons](../../aql/functions/geo.md#polygon)
113
113
and [GeoJSON interpretation](../../aql/functions/geo.md#geojson-interpretation).
114
114
115
115
## `geojson` Analyzers
@@ -148,7 +148,7 @@ the new Analyzers.
148
148
| The smaller of the two regions defined by a linear ring is interpreted as the interior of the ring. | The area to the left of the boundary ring's path is considered to be the interior. |
149
149
| A ring can at most enclose half the Earth's surface | A ring can enclose the entire surface of the Earth |
150
150
151
-
Also see the definition of [Polygons](../../index-and-search/indexing/working-with-indexes/geo-spatial-indexes.md#polygon) and the
151
+
Also see the definition of [Polygons](../../aql/functions/geo.md#polygon) and the
Checks whether the distance between two [GeoJSON objects](../../index-and-search/indexing/working-with-indexes/geo-spatial-indexes.md#geojson)
604
+
Checks whether the distance between two [GeoJSON objects](#geojson)
607
605
lies within a given interval. The distance is measured from the **centroid** of
608
606
each shape.
609
607
@@ -770,7 +768,7 @@ a linear ring. Each linear ring consists of an array with at least four
770
768
longitude/latitude pairs. The first linear ring must be the outermost, while
771
769
any subsequent linear ring will be interpreted as holes.
772
770
773
-
For details about the rules, see [GeoJSON polygons](../../index-and-search/indexing/working-with-indexes/geo-spatial-indexes.md#polygon).
771
+
For details about the rules, see [GeoJSON Polygon](#polygon).
774
772
775
773
-**points** (array): an array of (arrays of) `[longitude, latitude]` pairs
776
774
- returns **geoJson** (object\|null): a valid GeoJSON Polygon
@@ -809,7 +807,8 @@ RETURN GEO_POLYGON([
809
807
`GEO_MULTIPOLYGON(polygons) → geoJson`
810
808
811
809
Construct a GeoJSON MultiPolygon. Needs at least two Polygons inside.
812
-
See [GEO_POLYGON()](#geo_polygon) and [GeoJSON MultiPolygons](../../index-and-search/indexing/working-with-indexes/geo-spatial-indexes.md#multipolygon) for the rules of Polygon and MultiPolygon construction.
810
+
See [GEO_POLYGON()](#geo_polygon) and [GeoJSON MultiPolygon](#multipolygon)
811
+
for the rules of Polygon and MultiPolygon construction.
813
812
814
813
-**polygons** (array): an array of arrays of arrays of `[longitude, latitude]` pairs
815
814
- returns **geoJson** (object\|null): a valid GeoJSON MultiPolygon
Copy file name to clipboardExpand all lines: site/content/3.11/release-notes/version-3.10/incompatible-changes-in-3-10.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -109,7 +109,7 @@ interpretation of GeoJSON polygons in version 3.9 and older:
109
109
This can mean that old polygon GeoJSON data in the database is
110
110
suddenly interpreted in a different way. See
111
111
[Legacy Polygons](../../index-and-search/indexing/working-with-indexes/geo-spatial-indexes.md#legacy-polygons) for details.
112
-
Also see the definition of [Polygons](../../index-and-search/indexing/working-with-indexes/geo-spatial-indexes.md#polygon)
112
+
Also see the definition of [Polygons](../../aql/functions/geo.md#polygon)
113
113
and [GeoJSON interpretation](../../aql/functions/geo.md#geojson-interpretation).
114
114
115
115
## `geojson` Analyzers
@@ -148,7 +148,7 @@ the new Analyzers.
148
148
| The smaller of the two regions defined by a linear ring is interpreted as the interior of the ring. | The area to the left of the boundary ring's path is considered to be the interior. |
149
149
| A ring can at most enclose half the Earth's surface | A ring can enclose the entire surface of the Earth |
150
150
151
-
Also see the definition of [Polygons](../../index-and-search/indexing/working-with-indexes/geo-spatial-indexes.md#polygon) and the
151
+
Also see the definition of [Polygons](../../aql/functions/geo.md#polygon) and the
0 commit comments