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

how we can draw country boundries?

0

I have a few calls ready like https://www.overpass-api.de/api/interpreter?data=[out:json];area[%22admin_level%22=%222%22];out%20meta; that is returning me country list but can someone guide me how can I draw them as boundries on world map?

asked 06 Dec '19, 10:35

DevNav's gravatar image

DevNav
11112
accept rate: 0%

edited 06 Dec '19, 11:10

You should, have a look at the existing answers on this site. One of the issues is that the overpass api will not output geojson (which is one of the data formats that you could use in a web app).

(07 Dec '19, 10:46) SimonPoole ♦

Source code available on GitHub .