Download outline map of Gavle (geojson format) :
Gavle.geojson (**)
Download polygon array of Gavle map for "Google Maps" :
Gavle.txt
Bounding Box for Gavle Map : ( 60.259349 , 16.773522 , 61.090871 , 17.961671 )
Get Boundaries from overpass-turbo (OSM) with boundary box of Gavle map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](60.259349, 16.773522, 61.090871, 17.961671);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Gavle)
[out:json];
(
rel["name"="Gavle"][type=boundary];
rel["name:en"="Gavle"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Notes:
- You can download geometry data for Gavle 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.