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