Download outline map of Rich (geojson format) :
Rich.geojson (**)
Download polygon array of Rich map for "Google Maps" :
Rich.txt
Bounding Box for Rich Map : ( 41.141009 , -111.511874 , 42.001618 , -111.045789 )
Wikipedia ID for Rich : Q26907
Wikipedia SPARQL Query for Rich (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q26907 wdt:P1082 ?population. }
OPTIONAL { wd:Q26907 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q26907 wdt:P2046 ?area. }
OPTIONAL { wd:Q26907 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q26907 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q26907 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 Rich map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](41.141009, -111.511874, 42.001618, -111.045789);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Rich)
[out:json];
(
rel["name"="Rich"][type=boundary];
rel["name:en"="Rich"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Rich
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Garden | 41.886704 , -111.432625 |
Garden City | 41.936626 , -111.411601 |
Laketown | 41.827276 , -111.324054 |
Lakota | 41.985770 , -111.408540 |
Meadowville | 41.844100 , -111.399100 |
Old Limber Pine | 41.919930 , -111.474380 |
Pickleville | 41.891990 , -111.365744 |
Randolph | 41.664237 , -111.184966 |
Sage Creek Junction | 41.771330 , -111.121030 |
Swan Creek | 41.977030 , -111.411173 |
Woodruff | 41.521663 , -111.162968 |
Notes:
- You can download geometry data for Rich 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.