Download outline map of Tooele (geojson format) :
Tooele.geojson (**)
Download polygon array of Tooele map for "Google Maps" :
Tooele.txt
Bounding Box for Tooele Map : ( 39.903244 , -114.047134 , 41.076735 , -112.144298 )
Wikipedia ID for Tooele : Q484548
Wikipedia SPARQL Query for Tooele (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q484548 wdt:P1082 ?population. }
OPTIONAL { wd:Q484548 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q484548 wdt:P2046 ?area. }
OPTIONAL { wd:Q484548 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q484548 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q484548 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 Tooele map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](39.903244, -114.047134, 41.076735, -112.144298);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Tooele)
[out:json];
(
rel["name"="Tooele"][type=boundary];
rel["name:en"="Tooele"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Tooele
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Angels Grove | 40.521330 , -112.261060 |
Aragonite | 40.742710 , -113.002760 |
Barro | 40.726880 , -113.488880 |
Bauer | 40.471890 , -112.362170 |
Blair | 40.737990 , -113.978060 |
Burmester | 40.691050 , -112.452180 |
Center | 40.250220 , -112.400780 |
Clifton | 40.104380 , -113.817220 |
Clive | 40.708550 , -113.117480 |
Clover | 40.336890 , -112.461340 |
Delle | 40.759940 , -112.777470 |
Dolomite | 40.701050 , -112.575790 |
Dugway | 40.230686 , -112.754058 |
Erda | 40.602234 , -112.325365 |
Faust | 40.184110 , -112.391900 |
Flux | 40.681330 , -112.554680 |
Gold Hill | 40.166330 , -113.830550 |
Grantsville | 40.596456 , -112.468907 |
Ibapah | 40.036600 , -113.985280 |
Knolls | 40.722990 , -113.289710 |
Lago | 40.704670 , -112.259670 |
Lake Point | 40.680780 , -112.263000 |
Lake Point Junction | 40.723000 , -112.226060 |
Lincoln | 40.564940 , -112.256610 |
Lofgreen | 40.024110 , -112.310510 |
Low | 40.785490 , -112.940530 |
Marshall | 40.602440 , -112.393560 |
Mills Junction | 40.654940 , -112.289110 |
Ophir | 40.368564 , -112.257608 |
Pehrson | 40.109950 , -112.350780 |
Rush Valley | 40.361669 , -112.450205 |
Saint John | 40.355220 , -112.453010 |
Salduro | 40.734930 , -113.856390 |
Silsbee | 40.735210 , -113.927780 |
Skull Valley | 40.707043 , -112.680587 |
Stansbury Park | 40.639252 , -112.301358 |
Stockton | 40.449662 , -112.367139 |
Tad Park | 40.499940 , -112.339110 |
Terra | 40.321330 , -112.626630 |
Timpie | 40.747440 , -112.656630 |
Tooele | 40.544081 , -112.312853 |
Topliff | 40.156060 , -112.212720 |
Vernon | 40.093289 , -112.446293 |
Wendover | 40.723745 , -114.024842 |
West Mercur | 40.314670 , -112.278280 |
Notes:
- You can download geometry data for Tooele 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.