Download outline map of Anchorage (geojson format) :
Anchorage.geojson (**)
Download polygon array of Anchorage map for "Google Maps" :
Anchorage.txt
Bounding Box for Anchorage Map : ( 60.733787 , -150.420615 , 61.483938 , -148.460007 )
Wikipedia ID for Anchorage : Q39450
Wikipedia SPARQL Query for Anchorage (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q39450 wdt:P1082 ?population. }
OPTIONAL { wd:Q39450 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q39450 wdt:P2046 ?area. }
OPTIONAL { wd:Q39450 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q39450 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q39450 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 Anchorage map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](60.733787, -150.420615, 61.483938, -148.460007);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Anchorage)
[out:json];
(
rel["name"="Anchorage"][type=boundary];
rel["name:en"="Anchorage"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Anchorage
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Anchor Terrace | 61.202780 , -149.894440 |
| Anchorage | 61.148335 , -149.194721 |
| Anchorage South | 61.126910 , -149.868664 |
| Anchorage South East | 61.124671 , -149.793594 |
| Artesian Village | 61.227500 , -149.781390 |
| Blanchard | 61.205560 , -149.879170 |
| Campbell | 61.171940 , -149.894170 |
| Chester | 61.206940 , -149.920830 |
| Chugach Heights | 61.218890 , -149.793060 |
| Chugiak | 61.388890 , -149.481940 |
| City View | 61.204440 , -149.830560 |
| Eagle River | 61.321390 , -149.567780 |
| East Chester | 61.205000 , -149.863890 |
| Eklutna | 61.458060 , -149.362220 |
| Elmendorf Air Force Base | 61.257030 , -149.631390 |
| Fort Richardson | 61.254440 , -149.688330 |
| Girdwood | 60.942500 , -149.166390 |
| Green Acres | 61.186110 , -149.841670 |
| Hillside | 61.201670 , -149.869440 |
| Homesite Park | 61.219170 , -149.741110 |
| Indian | 60.987220 , -149.513610 |
| Justamere Ranch | 61.220280 , -149.793060 |
| Knik Heights | 61.105000 , -149.791670 |
| Lange | 61.227780 , -149.813890 |
| Lawrence | 61.218890 , -149.793060 |
| Lindale | 61.205000 , -149.854170 |
| Lingo | 61.202780 , -149.920830 |
| Potter Hill | 61.083330 , -149.816670 |
| Rainbow | 61.201390 , -149.900000 |
| Rees | 61.205000 , -149.858330 |
| Rogers Park | 61.198060 , -149.849170 |
| Romig | 61.201390 , -149.908330 |
| Runstettler | 61.216670 , -149.786110 |
| Sunbeam | 61.197220 , -149.900000 |
| Thompson | 61.204170 , -149.895830 |
| Turnagain Heights | 61.195830 , -149.941390 |
| Vanover | 61.220000 , -149.804170 |
| Wilson Village | 61.236390 , -149.819170 |
| Wonder Park | 61.223330 , -149.783330 |
Notes:
- You can download geometry data for Anchorage 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.