This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

Need to find way how dynamically get country regions or cities borders

0

I need to find way how dynamically get country regions or cities border(polygon, gps track, kml files) by some criteria to show it graphically on map. Could you advice me something?

asked 27 Nov '17, 09:54

SerhiiFrost's gravatar image

SerhiiFrost
11112
accept rate: 0%

edited 28 Nov '17, 12:10

scai's gravatar image

scai ♦
33.3k21309459


One Answer:

2

For lots of queries using the Overpass-API is a good solution. You can try out queries with the Overpass-Turbo UI on http://overpass-turbo.eu//

answered 28 Nov '17, 09:30

SimonPoole's gravatar image

SimonPoole ♦
44.7k13326701
accept rate: 18%

edited 28 Nov '17, 09:33

Thank you, will try

(28 Nov '17, 10:41) SerhiiFrost

Source code available on GitHub .