Skip to content

Commit e1d32c8

Browse files
Sue-GallagherSue-Gallagher
authored and
Sue-Gallagher
committed
[DOCS] Added info on WGS-84. Closes issue #3590
1 parent 5a13393 commit e1d32c8

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
@@ -214,7 +214,7 @@ to Elasticsearch types:
214214
|=======================================================================
215215
|GeoJSON Type |WKT Type |Elasticsearch Type |Description
216216

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

0 commit comments

Comments
 (0)