fix: geo.point has wrong mapping

This commit is contained in:
2024-06-28 14:10:41 +02:00
committed by Rainer Killinger
parent 142079bf0e
commit 67ab1fd613
5 changed files with 10 additions and 13 deletions

View File

@@ -27,15 +27,7 @@ export const premaps: Record<string, MappingProperty> = {
type: 'geo_shape',
},
'Point': {
properties: {
type: {
type: 'keyword',
},
coordinates: {
type: 'geo_point',
},
},
dynamic: 'strict',
type: 'geo_point',
},
'Polygon': {
type: 'geo_shape',