Skip to content

Asymmetry between supported point format in geo_point and geo_shape field types #47535

Closed
@talevy

Description

@talevy

Right now geo_point can be defined in multiple formats:

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

Since geo_shape supports point types, it may make sense to also support geo_point formats as field values for this field type.

relates to #47243, where it would be nice to match either geo_point or geo_shape values.

Metadata

Metadata

Assignees

Labels

:Analytics/GeoIndexing, search aggregations of geo points and shapes>docsGeneral docs changesTeam: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