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