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