mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-11-25 19:35:02 +03:00
update osm2pgsql (flex not building index)
This commit is contained in:
parent
ffbb61713a
commit
7592f8f189
@ -1 +1 @@
|
||||
Subproject commit 6a5d2500e9689f55485d186306aadc55560085fd
|
||||
Subproject commit 4facd1aea451cea220261c361698b8e5f18a9327
|
@ -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 ------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user