Download outline map of Ketchikan Gateway (geojson format) :
Ketchikan Gateway.geojson (**)
Download polygon array of Ketchikan Gateway map for "Google Maps" :
Ketchikan Gateway.txt
Bounding Box for Ketchikan Gateway Map : ( 54.687043 , -132.268057 , 56.407375 , -129.979511 )
Wikipedia ID for Ketchikan Gateway : Q506064
Wikipedia SPARQL Query for Ketchikan Gateway (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q506064 wdt:P1082 ?population. }
OPTIONAL { wd:Q506064 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q506064 wdt:P2046 ?area. }
OPTIONAL { wd:Q506064 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q506064 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q506064 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 Ketchikan Gateway map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](54.687043, -132.268057, 56.407375, -129.979511);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Ketchikan Gateway)
[out:json];
(
rel["name"="Ketchikan Gateway"][type=boundary];
rel["name:en"="Ketchikan Gateway"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Ketchikan Gateway
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Beaver Falls | 55.383330 , -131.466670 |
Bell Island Hot Springs | 55.931670 , -131.565280 |
Carlanna | 55.358330 , -131.683330 |
Clover Pass | 55.472220 , -131.791670 |
Dairy | 55.306940 , -131.566390 |
Herring Cove | 55.325000 , -131.522220 |
Ketchikan | 55.356622 , -131.673301 |
Loring | 55.606270 , -131.640466 |
Mountain Point | 55.294440 , -131.532500 |
Mud Bay | 55.420830 , -131.768060 |
Peninsula Point | 55.383330 , -131.733330 |
Pennock Island | 55.327780 , -131.629170 |
Port Higgins | 55.450000 , -131.816670 |
Refuge Cove | 55.406940 , -131.741670 |
Saxman | 55.322820 , -131.588969 |
Shoreline Drive | 55.375000 , -131.725000 |
Ward Cove | 55.411940 , -131.722780 |
Notes:
- You can download geometry data for Ketchikan Gateway 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.