Download outline map of Iron (geojson format) :
Iron.geojson (**)
Download polygon array of Iron map for "Google Maps" :
Iron.txt
Bounding Box for Iron Map : ( 37.474079 , -114.052478 , 38.149231 , -112.466936 )
Wikipedia ID for Iron : Q26723
Wikipedia SPARQL Query for Iron (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q26723 wdt:P1082 ?population. }
OPTIONAL { wd:Q26723 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q26723 wdt:P2046 ?area. }
OPTIONAL { wd:Q26723 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q26723 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q26723 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 Iron map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](37.474079, -114.052478, 38.149231, -112.466936);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Iron)
[out:json];
(
rel["name"="Iron"][type=boundary];
rel["name:en"="Iron"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Iron
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Avon | 37.894140 , -113.349960 |
Beryl | 37.895800 , -113.661360 |
Beryl Junction | 37.700984 , -113.653495 |
Brian Head | 37.697230 , -112.842965 |
Cedar City | 37.684585 , -113.093332 |
Desert Mound | 37.710530 , -113.273570 |
Enoch | 37.766669 , -113.042829 |
Halivah | 37.710530 , -113.174950 |
Hamiltons Fort | 37.619420 , -113.150780 |
Hamlin Valley | 37.998300 , -113.969690 |
Heist | 37.853020 , -113.848580 |
Iron Mountain | 37.617480 , -113.390790 |
Iron Springs | 37.749700 , -113.234680 |
Kanarraville | 37.537805 , -113.181106 |
Latimer | 38.100250 , -113.315800 |
Modena | 37.798860 , -113.924140 |
Newcastle | 37.662854 , -113.564365 |
North View | 37.657480 , -112.834390 |
Old Irontown | 37.599980 , -113.450240 |
P Hill | 37.795915 , -112.799291 |
Paragonah | 37.885724 , -112.770838 |
Parowan | 37.832748 , -112.829977 |
State Line | 37.998850 , -114.012200 |
Summit | 37.801371 , -112.935009 |
Wheatgrass | 37.971920 , -112.793560 |
Yale Crossing | 37.864970 , -113.748860 |
Zane | 37.925250 , -113.583300 |
Notes:
- You can download geometry data for Iron 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.