Download outline map of Region 1 (geojson format) :
Region 1.geojson (**)
Download polygon array of Region 1 map for "Google Maps" :
Region 1.txt
Bounding Box for Region 1 Map : ( 64.278774 , -136.46871 , 78.803658 , -109.83057 )
Get Boundaries from overpass-turbo (OSM) with boundary box of Region 1 map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](64.278774, -136.46871, 78.803658, -109.83057);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Region 1)
[out:json];
(
rel["name"="Region 1"][type=boundary];
rel["name:en"="Region 1"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Region 1
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Bernard House | 66.499800 , -133.071160 |
Camp Farewell | 69.283150 , -134.919420 |
Cape Parry | 70.150520 , -124.671830 |
Fort Collinson | 71.617620 , -117.888540 |
Gwich'In Lands | 67.396706 , -133.417153 |
Kittigazuit | 69.340280 , -133.699990 |
Letty Harbour | 69.851210 , -124.427630 |
Martin House | 66.783100 , -133.104500 |
Mould Bay | 76.242200 , -119.338730 |
Reindeer Station | 68.692930 , -134.131650 |
Seven Islands Crossing | 67.383240 , -131.937900 |
Stanton | 69.800180 , -128.688650 |
Notes:
- You can download geometry data for Region 1 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.