Skip to content

Deprecating gazetteer output #1311

Closed
Closed
@lonvia

Description

@lonvia

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions