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