forked from hans/Nominatim
convert admin --analyse-indexing to new indexing method
A proper run of indexing requires the place information from the analyzer. Add the pre-processing of place data, so the right information is handed into the update function.
This commit is contained in:
@@ -42,6 +42,7 @@ class MockPlacexTable:
|
||||
admin_level smallint,
|
||||
address hstore,
|
||||
extratags hstore,
|
||||
token_info jsonb,
|
||||
geometry Geometry(Geometry,4326),
|
||||
wikipedia TEXT,
|
||||
country_code varchar(2),
|
||||
|
||||
Reference in New Issue
Block a user