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? |
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? |
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Question tags:
question asked: 06 Dec '19, 10:35
question was seen: 466 times
last updated: 07 Dec '19, 10:46
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).