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