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