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