update osm2pgsql (flex not building index)

This commit is contained in:
Sarah Hoffmann
2022-12-15 12:13:12 +01:00
parent ffbb61713a
commit 7592f8f189
2 changed files with 3 additions and 2 deletions

View File

@@ -14,7 +14,8 @@ place_table = osm2pgsql.define_table{
{ column = 'address', type = 'hstore' },
{ column = 'extratags', type = 'hstore' },
{ column = 'geometry', type = 'geometry', projection = 'WGS84', not_null = true },
}
},
indexes = {}
}
------------- Place class ------------------------------------------