Skip to content

Add GeoJSON Point format support for geo_point field value formats #47815

Closed
@talevy

Description

@talevy

Proposal

Support GeoJSON's Point type.

Existing Support

geo_point currently supports the following formats

  • "POINT(0 0)", WKT
  • { "lat": 0, "lon": 0}, lat/lon object
  • [0, 0], [lon, lat] array
  • "0, 0", (lat, lon) string
  • "gbsuv", geohash

Reason

Adding support for GeoJSON would make it easier to index the same field value as both geo_point and geo_shape when GeoJSON is preferred over WKT.

Metadata

Metadata

Assignees

Labels

:Analytics/GeoIndexing, search aggregations of geo points and shapes>enhancementTeam:AnalyticsMeta label for analytical engine team (ESQL/Aggs/Geo)

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions