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