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