Download outline map of Ubarana (geojson format) :
Ubarana.geojson (**)
Download polygon array of Ubarana map for "Google Maps" :
Ubarana.txt
Bounding Box for Ubarana Map : ( -21.3064041617 , -49.8564835716 , -21.1269356727 , -49.6596788424 )
Get Boundaries from overpass-turbo (OSM) with boundary box of Ubarana map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](-21.3064041617, -49.8564835716, -21.1269356727, -49.6596788424);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Ubarana)
[out:json];
(
rel["name"="Ubarana"][type=boundary];
rel["name:en"="Ubarana"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Notes:
- You can download geometry data for Ubarana 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.