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