mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-14 18:37:58 +00:00
update osm2pgsql (flex not building index)
This commit is contained in:
Submodule osm2pgsql updated: 6a5d2500e9...4facd1aea4
@@ -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 ------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user