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