Download outline map of Appenzell Innerrhoden (geojson format) :
Appenzell Innerrhoden.geojson (**)
Download polygon array of Appenzell Innerrhoden map for "Google Maps" :
Appenzell Innerrhoden.txt
Bounding Box for Appenzell Innerrhoden Map : ( 47.233996 , 9.309714 , 47.438656 , 9.618399 )
Get Boundaries from overpass-turbo (OSM) with boundary box of Appenzell Innerrhoden map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](47.233996, 9.309714, 47.438656, 9.618399);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Appenzell Innerrhoden)
[out:json];
(
rel["name"="Appenzell Innerrhoden (unincorporated)"][type=boundary];
rel["name:en"="Appenzell Innerrhoden (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 Appenzell Innerrhoden 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.