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