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