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