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