Prado (Bahia) Map Cropping Samples
Prado (Bahia) Map Cropping Samples-1
Prado (Bahia) Map Cropping Samples-2
Prado neighborhoods and villages map with 3D shadow effect
flag map of Prado with 3D shadow effect
Prado map with 3d shadow effect
Download outline map of Prado (geojson format) :
Prado.geojson (**)
Download polygon array of Prado map for "Google Maps" :
Prado.txt
Bounding Box for Prado Map : ( -17.445888 , -39.635601 , -16.888018 , -39.110883 )
Get Boundaries from overpass-turbo (OSM) with boundary box of Prado map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](-17.445888, -39.635601, -16.888018, -39.110883);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Prado)
[out:json];
(
rel["name"="Prado"][type=boundary];
rel["name:en"="Prado"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Notes:
- You can download geometry data for Prado 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.