Download outline map of Sevier (geojson format) :
Sevier.geojson (**)
Download polygon array of Sevier map for "Google Maps" :
Sevier.txt
Bounding Box for Sevier Map : ( 38.501866 , -112.522426 , 39.045642 , -111.298028 )
Wikipedia ID for Sevier : Q484222
Wikipedia SPARQL Query for Sevier (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q484222 wdt:P1082 ?population. }
OPTIONAL { wd:Q484222 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q484222 wdt:P2046 ?area. }
OPTIONAL { wd:Q484222 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q484222 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q484222 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 Sevier map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](38.501866, -112.522426, 39.045642, -111.298028);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Sevier)
[out:json];
(
rel["name"="Sevier"][type=boundary];
rel["name:en"="Sevier"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Sevier
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Annabella | 38.705862 , -112.058604 |
Aurora | 38.920204 , -111.934021 |
Austin | 38.672190 , -112.121590 |
Belknap | 38.514970 , -112.263540 |
Burrville | 38.570810 , -111.863520 |
Central Valley | 38.703981 , -112.100080 |
Cove | 38.594690 , -112.249370 |
Elsinore | 38.683069 , -112.148912 |
Fish Lake | 38.549610 , -111.723489 |
Fishlake Resort | 38.547480 , -111.724350 |
Fremont Junction | 38.755810 , -111.381570 |
Glenwood | 38.762454 , -111.988082 |
Gramse | 38.790520 , -112.042980 |
Joseph | 38.624726 , -112.219871 |
Kema | 38.803860 , -112.024930 |
Koosharem | 38.513075 , -111.882302 |
Lakeside Resort | 38.535250 , -111.738520 |
Monroe | 38.622824 , -112.119843 |
Prattsville | 38.774130 , -112.014650 |
Redmond | 39.005775 , -111.867058 |
Richfield | 38.763412 , -112.092789 |
Salina | 38.936500 , -111.866594 |
Sevier | 38.586360 , -112.258260 |
Sigurd | 38.850926 , -111.967321 |
Venice | 38.800240 , -112.006320 |
Whipup | 38.691640 , -111.394070 |
Notes:
- You can download geometry data for Sevier 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.