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