Download outline map of Moffat (geojson format) :
Moffat.geojson (**)
Download polygon array of Moffat map for "Google Maps" :
Moffat.txt
Bounding Box for Moffat Map : ( 40.219991 , -109.050946 , 41.003073 , -107.313365 )
Wikipedia ID for Moffat : Q63729
Wikipedia SPARQL Query for Moffat (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q63729 wdt:P1082 ?population. }
OPTIONAL { wd:Q63729 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q63729 wdt:P2046 ?area. }
OPTIONAL { wd:Q63729 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q63729 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q63729 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 Moffat map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](40.219991, -109.050946, 41.003073, -107.313365);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Moffat)
[out:json];
(
rel["name"="Moffat"][type=boundary];
rel["name:en"="Moffat"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Moffat
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Axial | 40.285250 , -107.792020 |
Blue Mountain | 40.248300 , -108.861780 |
Craig | 40.517033 , -107.555673 |
Craig Place | 40.720240 , -108.954280 |
Craig South Highlands | 40.484970 , -107.563120 |
Dinosaur | 40.240551 , -109.008590 |
Elk Springs | 40.355520 , -108.448430 |
Greystone | 40.609410 , -108.674000 |
Hiawatha | 40.988300 , -108.620390 |
Jack Springs | 40.351080 , -108.703160 |
Juniper Hot Springs | 40.467190 , -107.953690 |
Lay | 40.526640 , -107.882020 |
Loyd | 40.303580 , -107.704790 |
Massadona | 40.252750 , -108.640380 |
Maybell | 40.518983 , -108.088823 |
Offield Place | 40.985800 , -108.663160 |
Powder Wash | 40.945800 , -108.311480 |
Robinson Place | 40.405800 , -108.985950 |
Slater | 40.947740 , -107.497840 |
Sunbeam | 40.550800 , -108.195920 |
Wilson Place | 40.761910 , -108.893730 |
Notes:
- You can download geometry data for Moffat 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.