Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new import option '-extra-tags' #576

Merged
merged 3 commits into from
May 7, 2021
Merged

Commits on May 4, 2021

  1. introduce -extra-tags import option

    This option tags a comma separated list of OSM keys. When the given
    keys are available in the Nominatim database as 'extratags', then
    they are copied into the Photon database as unindexed fields.
    
    When using updates, the same option must currently supplied as
    during import time.
    lonvia committed May 4, 2021
    Configuration menu
    Copy the full SHA
    2c10164 View commit details
    Browse the repository at this point in the history
  2. return extra tags with API

    If any extra fields are found in the response from ES then they
    will be returned as properties->extra->`key` with the JSON
    response.
    lonvia committed May 4, 2021
    Configuration menu
    Copy the full SHA
    6cb44ca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    53228a1 View commit details
    Browse the repository at this point in the history