Download outline map of Belyuen (geojson format) :
Belyuen.geojson (**)
Download polygon array of Belyuen map for "Google Maps" :
Belyuen.txt
Bounding Box for Belyuen Map : ( -12.56729 , 130.653562 , -12.509095 , 130.712794 )
Get Boundaries from overpass-turbo (OSM) with boundary box of Belyuen map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](-12.56729, 130.653562, -12.509095, 130.712794);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Belyuen)
[out:json];
(
rel["name"="Belyuen"][type=boundary];
rel["name:en"="Belyuen"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Notes:
- You can download geometry data for Belyuen in various formats (Geojson,KML,GPX,raw OSM data) by clicking export button on the overpass-turbo
- You can freely use the jpeg type map images you created on the "map cropping" page or downloaded from the "samples" pages.
- (**)
Terms of Use for downloaded geojson files.