Download outline map of Morgan (geojson format) :
Morgan.geojson (**)
Download polygon array of Morgan map for "Google Maps" :
Morgan.txt
Bounding Box for Morgan Map : ( 40.779948 , -111.876684 , 41.374001 , -111.221378 )
Wikipedia ID for Morgan : Q26880
Wikipedia SPARQL Query for Morgan (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q26880 wdt:P1082 ?population. }
OPTIONAL { wd:Q26880 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q26880 wdt:P2046 ?area. }
OPTIONAL { wd:Q26880 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q26880 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q26880 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 Morgan map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](40.779948, -111.876684, 41.374001, -111.221378);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Morgan)
[out:json];
(
rel["name"="Morgan"][type=boundary];
rel["name:en"="Morgan"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Morgan
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Como Springs | 41.037440 , -111.655490 |
Croydon | 41.068560 , -111.513810 |
Devils Slide | 41.063560 , -111.543260 |
Enterprise | 41.106986 , -111.730715 |
Littleton | 41.039110 , -111.718270 |
Milton | 41.059940 , -111.731050 |
Morgan | 41.042316 , -111.680647 |
Mountain Green | 41.147576 , -111.790085 |
Peterson | 41.118000 , -111.767710 |
Porterville | 40.998957 , -111.679469 |
Richville | 41.008830 , -111.690210 |
Stoddard | 41.066890 , -111.711320 |
Taggarts | 41.059670 , -111.591870 |
Whites Crossing | 40.949670 , -111.657710 |
Notes:
- You can download geometry data for Morgan 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.