Download outline map of Haines (geojson format) :
Haines.geojson (**)
Download polygon array of Haines map for "Google Maps" :
Haines.txt
Bounding Box for Haines Map : ( 58.12273 , -136.494084 , 59.729629 , -134.327982 )
Wikipedia ID for Haines : Q512981
Wikipedia SPARQL Query for Haines (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q512981 wdt:P1082 ?population. }
OPTIONAL { wd:Q512981 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q512981 wdt:P2046 ?area. }
OPTIONAL { wd:Q512981 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q512981 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q512981 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 Haines map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](58.12273, -136.494084, 59.729629, -134.327982);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Haines)
[out:json];
(
rel["name"="Haines"][type=boundary];
rel["name:en"="Haines"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Haines
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Covenant Life | 59.399805 , -136.094735 |
Excursion Inlet | 58.434330 , -135.372585 |
Haines | 59.249893 , -135.445128 |
Lutak | 59.397574 , -135.628555 |
Mosquito Lake | 59.470748 , -136.144275 |
Mud Bay | 59.151837 , -135.358548 |
Wells | 59.416670 , -135.933060 |
Notes:
- You can download geometry data for Haines 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.