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.000836 , -104.150538 , 40.524391 , -103.464455 )
Wikipedia ID for Morgan : Q312748
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:Q312748 wdt:P1082 ?population. }
OPTIONAL { wd:Q312748 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q312748 wdt:P2046 ?area. }
OPTIONAL { wd:Q312748 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q312748 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q312748 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.000836, -104.150538, 40.524391, -103.464455);
);
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) |
Adena | 40.008320 , -103.886620 |
Balzac | 40.406920 , -103.471330 |
Bijou | 40.245639 , -103.897807 |
Blue Sky | 40.300094 , -103.805528 |
Brush | 40.258628 , -103.632300 |
Camden | 40.304150 , -103.549110 |
Cooper | 40.360540 , -103.529110 |
Dodd | 40.287200 , -103.707450 |
Fort Morgan | 40.256014 , -103.790678 |
Goodrich | 40.351090 , -104.061620 |
Hillrose | 40.324654 , -103.522175 |
Hoyt | 40.015540 , -104.074950 |
Hurley | 40.274150 , -103.761620 |
Jackson Lake | 40.375702 , -104.071184 |
Lamb | 40.244980 , -103.847730 |
Lodi | 40.251090 , -103.703840 |
Log Lane Village | 40.270230 , -103.829382 |
Morgan Heights | 40.287492 , -103.827446 |
Moseley | 40.248870 , -103.754120 |
Ninemile Corner | 40.116090 , -103.792730 |
Ninemile Corner | 40.146370 , -103.584390 |
Orchard | 40.332001 , -104.117799 |
Saddle Ridge | 40.313071 , -103.802297 |
Snyder | 40.330825 , -103.591971 |
Trail Side | 40.249039 , -103.843202 |
Twelvemile Corner | 40.073320 , -103.792730 |
Union | 40.376650 , -103.501050 |
Weldona | 40.348408 , -103.969365 |
Wiggins | 40.227487 , -104.073197 |
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.