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