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