hi all, i have a list of city names in english, i want to export road lengths. using the below syntax, but it doesn't give results for cities like Copenhagen since it's different than the local name. any advices here? i tried name:en, but didn't work.
asked 27 Apr '23, 14:03 ozlem_ Spiekerooger |
You can try name:en For larger cities this should always be populated, int_name could work too. answered 27 Apr '23, 14:16 SimonPoole ♦ |
You would need to use 'name:en' not name:en for hstore tags. Example:
Though for Copenhagen, it does not seem to have any bicycle=designated cycleways. Maybe they use different tagging in Copenhagen? But the above overpass turbo code works for e.g. Rome, Berlin or Munich (Munich example: http://overpass-turbo.eu/s/1uiK ). answered 27 Apr '23, 14:22 Spiekerooger |