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