feat: index location as raw numbers

This commit is contained in:
2018-11-02 12:29:57 -07:00
parent 20bb9460d1
commit 98e54c89d9
2 changed files with 4 additions and 0 deletions

View File

@@ -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' },