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