Surf Coast (Victoria) Map Cropping Samples
Surf Coast (Victoria) Map Cropping Samples-1
Surf Coast (Victoria) Map Cropping Samples-2
Surf Coast neighborhoods and villages map with 3D shadow effect
flag map of Surf Coast with 3D shadow effect
Surf Coast map with 3d shadow effect
Download outline map of Surf Coast (geojson format) :
Surf Coast.geojson (**)
Download polygon array of Surf Coast map for "Google Maps" :
Surf Coast.txt
Bounding Box for Surf Coast Map : ( -38.579418 , 143.824532 , -38.10052 , 144.406059 )
Wikipedia ID for Surf Coast : Q1476815
Wikipedia SPARQL Query for Surf Coast (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1476815 wdt:P1082 ?population. }
OPTIONAL { wd:Q1476815 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1476815 wdt:P2046 ?area. }
OPTIONAL { wd:Q1476815 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1476815 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1476815 p:P625 ?coordinate.
?coordinate psv:P625 ?coordinate_node.
?coordinate_node wikibase:geoLatitude ?latitude.
?coordinate_node wikibase:geoLongitude ?longitude.
}
}
Run this SPARQL Query on Wikidata Page (Click RUN button on the opened page!)
Run this Query with SPARQL API
Get Boundaries from overpass-turbo (OSM) with boundary box of Surf Coast map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](-38.579418, 143.824532, -38.10052, 144.406059);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Surf Coast)
[out:json];
(
rel["name"="Surf Coast"][type=boundary];
rel["name:en"="Surf Coast"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Notes:
- You can download geometry data for Surf Coast 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.