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