We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8967dbf commit 5518640Copy full SHA for 5518640
docs/reference/mapping/types/geo-shape.asciidoc
@@ -220,7 +220,7 @@ to Elasticsearch types:
220
|=======================================================================
221
|GeoJSON Type |WKT Type |Elasticsearch Type |Description
222
223
-|`Point` |`POINT` |`point` |A single geographic coordinate.
+|`Point` |`POINT` |`point` |A single geographic coordinate. Note: Elasticsearch uses WGS-84 coordinates only.
224
|`LineString` |`LINESTRING` |`linestring` |An arbitrary line given two or more points.
225
|`Polygon` |`POLYGON` |`polygon` |A _closed_ polygon whose first and last point
226
must match, thus requiring `n + 1` vertices to create an `n`-sided
0 commit comments