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

Empty Indonesia border by overpass api

0

I tried get Indonesia border by query

[out:json][timeout:60];(relation["ISO3166-1"="ID"]);out body;>;out meta qt;

on http://www.overpass-api.de/query_form.html but got empty elements list. Other countries works fine. What I am doing wrong?

asked 18 Sep '17, 10:21

doc's gravatar image

doc
16113
accept rate: 0%

edited 18 Sep '17, 11:44


One Answer:

2

https://www.openstreetmap.org/relation/304751#map=4/-2.46/117.86 currently doesn't have an ISO3166-1 tag (either add it or reference the border in another way to fix your issue).

answered 18 Sep '17, 12:20

SimonPoole's gravatar image

SimonPoole ♦
44.7k13326701
accept rate: 18%

edited 18 Sep '17, 12:21

Source code available on GitHub .