Ashtarak (Aragatsotn) Map Cropping Samples
Download outline map of Ashtarak (geojson format) :
Ashtarak.geojson (**)
Download polygon array of Ashtarak map for "Google Maps" :
Ashtarak.txt
Bounding Box for Ashtarak Map : ( 40.389163 , 44.226687 , 40.389163 , 44.226687 )
Get Boundaries from overpass-turbo (OSM) with boundary box of Ashtarak map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](40.389163, 44.226687, 40.389163, 44.226687);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Ashtarak)
[out:json];
(
rel["name"="Ashtarak"][type=boundary];
rel["name:en"="Ashtarak"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Notes:
- You can download geometry data for Ashtarak 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.