Download outline map of Sharypovo (geojson format) :
Sharypovo.geojson (**)
Download polygon array of Sharypovo map for "Google Maps" :
Sharypovo.txt
Bounding Box for Sharypovo Map : ( 55.375922 , 88.882912 , 55.637881 , 89.223638 )
Get Boundaries from overpass-turbo (OSM) with boundary box of Sharypovo map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](55.375922, 88.882912, 55.637881, 89.223638);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Sharypovo)
[out:json];
(
rel["name"="Sharypovo"][type=boundary];
rel["name:en"="Sharypovo"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Sharypovo
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Dubinino | 55.619170 , 89.091110 |
Goryachegorsk | 55.401667 , 88.897284 |
Sharypovo | 55.537812 , 89.202085 |
Notes:
- You can download geometry data for Sharypovo 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.