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