Download outline map of Kane (geojson format) :
Kane.geojson (**)
Download polygon array of Kane map for "Google Maps" :
Kane.txt
Bounding Box for Kane Map : ( 37.000384 , -112.901466 , 37.543398 , -110.638896 )
Wikipedia ID for Kane : Q26628
Wikipedia SPARQL Query for Kane (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q26628 wdt:P1082 ?population. }
OPTIONAL { wd:Q26628 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q26628 wdt:P2046 ?area. }
OPTIONAL { wd:Q26628 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q26628 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q26628 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 Kane map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](37.000384, -112.901466, 37.543398, -110.638896);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Kane)
[out:json];
(
rel["name"="Kane"][type=boundary];
rel["name:en"="Kane"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Kane
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Alton | 37.430538 , -112.506583 |
Big Water | 37.070312 , -111.655077 |
Bullfrog | 37.509725 , -110.721716 |
Canyon Point | 37.014340 , -111.606160 |
Duck Creek Village | 37.523590 , -112.662990 |
Georgetown | 37.535540 , -112.054910 |
Glen Canyon | 37.069167 , -111.610833 |
Glendale | 37.336174 , -112.603951 |
Kanab | 37.025980 , -112.522316 |
Lake Powell | 37.036540 , -111.353300 |
Long Valley Junction | 37.488040 , -112.511320 |
Mount Carmel | 37.247210 , -112.664380 |
Mount Carmel Junction | 37.224150 , -112.680490 |
Navajo lake Lodge | 37.520260 , -112.803550 |
Orderville | 37.252936 , -112.656768 |
Paria | 37.248320 , -111.949070 |
Tortoise and Hare Trailer Court | 37.293320 , -112.617150 |
Notes:
- You can download geometry data for Kane 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.