Skip to content
New issue

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

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

Already on GitHub? # to your account

Improve nominatim data collected to return extratags. #759

Merged
merged 3 commits into from
Sep 6, 2022

Conversation

ebocher
Copy link
Member

@ebocher ebocher commented Sep 6, 2022

Nominatim can return extra tags from a place name.
We add this support.
So now you can do

def data = Utilities.getNominatimData("Paimpol")
data["geom"]
data["ref:INSEE"]
data["population"]
data["bbox"]

@ebocher ebocher merged commit fa1d0de into orbisgis:master Sep 6, 2022
@ebocher ebocher deleted the nominatim_extratags branch October 6, 2022 14:15
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant