Skip to content

Commit 5518640

Browse files
[DOCS] Added info on WGS-84. Closes issue #3590 (#29305)
1 parent 8967dbf commit 5518640

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/mapping/types/geo-shape.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ to Elasticsearch types:
220220
|=======================================================================
221221
|GeoJSON Type |WKT Type |Elasticsearch Type |Description
222222

223-
|`Point` |`POINT` |`point` |A single geographic coordinate.
223+
|`Point` |`POINT` |`point` |A single geographic coordinate. Note: Elasticsearch uses WGS-84 coordinates only.
224224
|`LineString` |`LINESTRING` |`linestring` |An arbitrary line given two or more points.
225225
|`Polygon` |`POLYGON` |`polygon` |A _closed_ polygon whose first and last point
226226
must match, thus requiring `n + 1` vertices to create an `n`-sided

0 commit comments

Comments
 (0)