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