Download outline map of Emery (geojson format) :
Emery.geojson (**)
Download polygon array of Emery map for "Google Maps" :
Emery.txt
Bounding Box for Emery Map : ( 38.499976 , -111.307127 , 39.704611 , -109.987861 )
Wikipedia ID for Emery : Q26738
Wikipedia SPARQL Query for Emery (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q26738 wdt:P1082 ?population. }
OPTIONAL { wd:Q26738 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q26738 wdt:P2046 ?area. }
OPTIONAL { wd:Q26738 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q26738 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q26738 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 Emery map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](38.499976, -111.307127, 39.704611, -109.987861);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Emery)
[out:json];
(
rel["name"="Emery"][type=boundary];
rel["name:en"="Emery"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Emery
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Castle Dale | 39.221794 , -111.022786 |
Clawson | 39.136994 , -111.096451 |
Cleveland | 39.349414 , -110.855543 |
Desert | 39.088030 , -110.318760 |
Elmo | 39.387567 , -110.815203 |
Emery | 38.924912 , -111.252274 |
Ferron | 39.091044 , -111.134181 |
Ferron Mill | 39.099690 , -111.184340 |
Green River | 38.981078 , -110.091167 |
Horse Canyon | 39.458300 , -110.359040 |
Huntington | 39.330868 , -110.963379 |
Lawrence | 39.295520 , -110.929060 |
Lone Tree Crossing | 38.764700 , -111.126830 |
Mohrland | 39.440240 , -111.015170 |
Moore | 38.966640 , -111.153500 |
Orangeville | 39.230786 , -111.059315 |
Victor | 39.401360 , -110.715440 |
Woodside | 39.265520 , -110.348770 |
Notes:
- You can download geometry data for Emery 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.