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