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

@ -1 +1 @@
Subproject commit 6a5d2500e9689f55485d186306aadc55560085fd Subproject commit 4facd1aea451cea220261c361698b8e5f18a9327

View File

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