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