Download outline map of Juab (geojson format) :
Juab.geojson (**)
Download polygon array of Juab map for "Google Maps" :
Juab.txt
Bounding Box for Juab Map : ( 39.314455 , -114.047783 , 40.011569 , -111.584836 )
Wikipedia ID for Juab : Q26689
Wikipedia SPARQL Query for Juab (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q26689 wdt:P1082 ?population. }
OPTIONAL { wd:Q26689 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q26689 wdt:P2046 ?area. }
OPTIONAL { wd:Q26689 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q26689 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q26689 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 Juab map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](39.314455, -114.047783, 40.011569, -111.584836);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Juab)
[out:json];
(
rel["name"="Juab"][type=boundary];
rel["name:en"="Juab"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Juab
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Callao | 39.897720 , -113.708600 |
Champlin | 39.651060 , -112.303840 |
Dennis | 39.833280 , -112.083830 |
Diamond | 39.881620 , -112.097440 |
Eureka | 39.958562 , -112.115186 |
Fish Springs | 39.839110 , -113.398590 |
Goshute | 39.876050 , -114.000000 |
Gypsum Mill | 39.712730 , -111.804100 |
Jericho | 39.750230 , -112.205500 |
Joy | 39.572730 , -113.058580 |
Juab | 39.519680 , -111.940490 |
Knight | 39.943280 , -112.196060 |
Knightville | 39.953840 , -112.100780 |
Levan | 39.556428 , -111.860707 |
Mammoth | 39.926340 , -112.126330 |
Mammoth Junction | 39.936890 , -112.148560 |
McIntyre | 39.834670 , -112.169110 |
Mills | 39.482730 , -112.027990 |
Mona | 39.811733 , -111.850665 |
Nephi | 39.707424 , -111.832183 |
Parley | 39.564950 , -112.141050 |
Partoun | 39.643280 , -113.887770 |
Rocky Ridge | 39.919999 , -111.825802 |
Sharp | 39.623570 , -111.889650 |
Silver City | 39.909950 , -112.129950 |
Soma | 39.585790 , -112.161890 |
Starr | 39.868290 , -111.855210 |
Tintic Junction | 39.927170 , -112.160780 |
Trout Creek | 39.689390 , -113.828600 |
Uisco | 39.565230 , -112.200780 |
Notes:
- You can download geometry data for Juab 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.