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