Download outline map of Sanpete (geojson format) :
Sanpete.geojson (**)
Download polygon array of Sanpete map for "Google Maps" :
Sanpete.txt
Bounding Box for Sanpete Map : ( 39.03205 , -112.016245 , 39.813269 , -111.247024 )
Wikipedia ID for Sanpete : Q484577
Wikipedia SPARQL Query for Sanpete (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q484577 wdt:P1082 ?population. }
OPTIONAL { wd:Q484577 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q484577 wdt:P2046 ?area. }
OPTIONAL { wd:Q484577 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q484577 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q484577 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 Sanpete map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](39.03205, -112.016245, 39.813269, -111.247024);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Sanpete)
[out:json];
(
rel["name"="Sanpete"][type=boundary];
rel["name:en"="Sanpete"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Sanpete
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Axtell | 39.055240 , -111.821870 |
Beaver Dams Summer Homes Area | 39.645800 , -111.290460 |
Centerfield | 39.127588 , -111.818773 |
Chester | 39.476070 , -111.562970 |
Christianburg | 39.159410 , -111.752980 |
Ephraim | 39.357504 , -111.582072 |
Fairview | 39.629791 , -111.437788 |
Fayette | 39.224286 , -111.853791 |
Fountain Green | 39.627944 , -111.640232 |
Freedom | 39.542460 , -111.649360 |
Gunnison | 39.157110 , -111.813301 |
Hill Top | 39.714680 , -111.470190 |
Indianola | 39.803020 , -111.488800 |
Jerusalem | 39.563850 , -111.657700 |
Manti | 39.267074 , -111.637502 |
Manti Canyon Summer Homes | 39.256070 , -111.521300 |
Mayfield | 39.120375 , -111.708795 |
Milburn | 39.704130 , -111.424910 |
Moroni | 39.527337 , -111.582791 |
Mount Pleasant | 39.540907 , -111.455752 |
Oak Creek | 39.674680 , -111.434350 |
Pigeon Hollow Junction | 39.421630 , -111.559080 |
Spearmint | 39.111630 , -111.803810 |
Spring City | 39.479951 , -111.491635 |
Sterling | 39.193431 , -111.691110 |
Wales | 39.485719 , -111.636121 |
West Ephraim | 39.375520 , -111.589080 |
Notes:
- You can download geometry data for Sanpete 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.