Closed
Description
With the flex output, there is no need to have a separate gazetteer output, as it allows to configure most of what we need. This tickets collects the features that would still be needed on the osm2pgsql side to get the flex output on par with the current gazetteer implementation:
- Geometry caching. Gazetteer occasionally calls
add_row()
twice for the same object. - Do not create an index on the geometry column.
- Do not cluster table.
-
Disable handling of forward dependencies on a per-table base.
The tasks for the Nominatim side are collected at osm-search/Nominatim#2047.
Metadata
Metadata
Assignees
Labels
No labels