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