[DOCS] Added info on WGS-84. Closes issue #3590 (#29305)

This commit is contained in:
Sue Gallagher 2018-03-29 15:50:05 -07:00 committed by GitHub
parent 8967dbf4c6
commit 5518640d46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -220,7 +220,7 @@ to Elasticsearch types:
|=======================================================================
|GeoJSON Type |WKT Type |Elasticsearch Type |Description
|`Point` |`POINT` |`point` |A single geographic coordinate.
|`Point` |`POINT` |`point` |A single geographic coordinate. Note: Elasticsearch uses WGS-84 coordinates only.
|`LineString` |`LINESTRING` |`linestring` |An arbitrary line given two or more points.
|`Polygon` |`POLYGON` |`polygon` |A _closed_ polygon whose first and last point
must match, thus requiring `n + 1` vertices to create an `n`-sided