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