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