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