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