Download outline map of Sion (geojson format) :
Sion.geojson (**)
Download polygon array of Sion map for "Google Maps" :
Sion.txt
Bounding Box for Sion Map : ( 46.178045 , 7.200735 , 46.375156 , 7.425274 )
Wikipedia ID for Sion : Q282169
Wikipedia SPARQL Query for Sion (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q282169 wdt:P1082 ?population. }
OPTIONAL { wd:Q282169 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q282169 wdt:P2046 ?area. }
OPTIONAL { wd:Q282169 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q282169 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q282169 p:P625 ?coordinate.
?coordinate psv:P625 ?coordinate_node.
?coordinate_node wikibase:geoLatitude ?latitude.
?coordinate_node wikibase:geoLongitude ?longitude.
}
}
Run this SPARQL Query on Wikidata Page (Click RUN button on the opened page!)
Run this Query with SPARQL API
Get Boundaries from overpass-turbo (OSM) with boundary box of Sion map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](46.178045, 7.200735, 46.375156, 7.425274);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Sion)
[out:json];
(
rel["name"="Sion"][type=boundary];
rel["name:en"="Sion"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Notes:
- You can download geometry data for Sion 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.