Download outline map of Cache (geojson format) :
Cache.geojson (**)
Download polygon array of Cache map for "Google Maps" :
Cache.txt
Bounding Box for Cache Map : ( 41.369149 , -112.165991 , 41.999537 , -111.401576 )
Wikipedia ID for Cache : Q109790
Wikipedia SPARQL Query for Cache (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q109790 wdt:P1082 ?population. }
OPTIONAL { wd:Q109790 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q109790 wdt:P2046 ?area. }
OPTIONAL { wd:Q109790 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q109790 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q109790 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 Cache map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](41.369149, -112.165991, 41.999537, -111.401576);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Cache)
[out:json];
(
rel["name"="Cache"][type=boundary];
rel["name:en"="Cache"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Cache
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Amalga | 41.855517 , -111.897334 |
Avon | 41.535566 , -111.812630 |
Ballard Junction | 41.785210 , -111.986890 |
Beindneau Summer Home Area | 41.765210 , -111.695500 |
Benson | 41.748826 , -111.916866 |
Brachipad Summer Home Area | 41.814930 , -111.617440 |
Cache | 41.830870 , -112.005318 |
Cache Junction | 41.835480 , -112.002730 |
Chokecherry Summer Home Area | 41.771320 , -111.655770 |
Clarkston | 41.920502 , -112.050442 |
College Ward | 41.676880 , -111.879940 |
Cornish | 41.972196 , -111.954490 |
Cove | 41.968293 , -111.779204 |
Hyde Park | 41.800819 , -111.811649 |
Hyrum | 41.632165 , -111.844079 |
Lewiston | 41.961599 , -111.879948 |
Logan | 41.740794 , -111.841839 |
Mala | 41.861040 , -111.895780 |
Mendon | 41.711227 , -111.978258 |
Millville | 41.685019 , -111.821437 |
Mount Sterling | 41.609650 , -111.937170 |
Newton | 41.861200 , -111.990855 |
Nibley | 41.672789 , -111.845021 |
North Logan | 41.776039 , -111.805038 |
Paradise | 41.567858 , -111.833113 |
Peter | 41.771654 , -111.985912 |
Petersboro | 41.769100 , -111.981610 |
Pine Bluffs Summer Home Area | 41.768820 , -111.660220 |
Providence | 41.702790 , -111.812322 |
Quigley Crossing | 41.866870 , -111.981060 |
Richmond | 41.923392 , -111.807679 |
River Heights | 41.722079 , -111.819747 |
Riverside | 41.797710 , -111.930780 |
Smithfield | 41.834586 , -111.827313 |
Trenton | 41.912180 , -111.934905 |
Wellsville | 41.625495 , -111.939536 |
Notes:
- You can download geometry data for Cache 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.