mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2025-12-13 01:36:22 +00:00
fix: geo.point has wrong mapping
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user