feat: index location as raw numbers
This commit is contained in:
@@ -32,6 +32,8 @@ export async function createIndex(client, index) {
|
||||
time_position: { type: 'date' },
|
||||
last_contact: { type: 'date' },
|
||||
location: { type: 'geo_point' },
|
||||
lat: { type: 'float' },
|
||||
lon: { type: 'float' },
|
||||
baro_altitude: { type: 'float' },
|
||||
geo_altitude: { type: 'float' },
|
||||
on_ground: { type: 'boolean' },
|
||||
|
||||
Reference in New Issue
Block a user