dictionary - How do I get tourist attractions around zip code using OpenStreetMap? -


i want tourist attractions around zip code in us. how do openstreetmap api?

i have found http://wiki.openstreetmap.org/wiki/key:tourism

but i'm not sure how use it.

http://nominatim.openstreetmap.org/search?q=135+pilkington+avenue,+birmingham&format=json&polygon=1&addressdetails=1&tourism=attraction

you can use overpass turbo e.g. query wizard show current bounding box available objects.

to zip code instead of bounding box more complicated in mapped region germany, because knowledge there no relations (or rarely) map zip code boundary polygon. obtain several addresses zip codes , create kind of boundary won't precise. regarding have less features zip code mapped due tiger import (less mapping activity), not sure.


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -