Download outline map of Denali (geojson format) :
Denali.geojson (**)
Download polygon array of Denali map for "Google Maps" :
Denali.txt
Bounding Box for Denali Map : ( 62.722004 , -153.001339 , 64.365138 , -146.972014 )
Wikipedia ID for Denali : Q179950
Wikipedia SPARQL Query for Denali (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q179950 wdt:P1082 ?population. }
OPTIONAL { wd:Q179950 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q179950 wdt:P2046 ?area. }
OPTIONAL { wd:Q179950 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q179950 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q179950 p:P625 ?coordinate.
?coordinate psv:P625 ?coordinate_node.
?coordinate_node wikibase:geoLatitude ?latitude.
?coordinate_node wikibase:geoLongitude ?longitude.
}
}
Run this SPARQL Query on Wikidata Page (Click RUN button on the opened page!)
Run this Query with SPARQL API
Get Boundaries from overpass-turbo (OSM) with boundary box of Denali map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](62.722004, -153.001339, 64.365138, -146.972014);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Denali)
[out:json];
(
rel["name"="Denali"][type=boundary];
rel["name:en"="Denali"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Denali
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Anderson | 64.307668 , -149.155032 |
Bearpaw | 64.082780 , -150.683330 |
Cantwell | 63.379674 , -148.816353 |
Clear, Alaska | 64.256110 , -149.185500 |
Denali | 63.731399 , -148.906588 |
Denali National Park | 63.540780 , -151.723610 |
Denali Park | 63.733098 , -148.914099 |
Ferry | 64.049608 , -148.920522 |
Garner | 63.829170 , -148.973330 |
Healy | 63.945260 , -149.015297 |
Kantishina | 63.525280 , -150.958060 |
Lagoon | 63.683330 , -149.856940 |
Lignite | 63.909440 , -149.018330 |
McKinley Park | 63.590885 , -148.710691 |
Moody | 63.800240 , -148.962507 |
Suntrana | 63.856810 , -148.849390 |
Toklat | 63.524070 , -150.049620 |
Usibelli | 63.861390 , -148.780280 |
Notes:
- You can download geometry data for Denali 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.