Download outline map of White Pine (geojson format) :
White Pine.geojson (**)
Download polygon array of White Pine map for "Google Maps" :
White Pine.txt
Bounding Box for White Pine Map : ( 38.677298 , -115.907659 , 40.12855 , -114.046385 )
Wikipedia ID for White Pine : Q495398
Wikipedia SPARQL Query for White Pine (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q495398 wdt:P1082 ?population. }
OPTIONAL { wd:Q495398 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q495398 wdt:P2046 ?area. }
OPTIONAL { wd:Q495398 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q495398 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q495398 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 White Pine map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](38.677298, -115.907659, 40.12855, -114.046385);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (White Pine)
[out:json];
(
rel["name"="White Pine"][type=boundary];
rel["name:en"="White Pine"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of White Pine
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Adverse | 39.381330 , -114.775570 |
| Baker | 39.014981 , -114.123297 |
| Belmont | 39.278215 , -115.513515 |
| Belmont Mill | 39.254853 , -115.493087 |
| Cherry Creek | 39.900490 , -114.885860 |
| Copper Flat | 39.261050 , -114.988080 |
| Douglas | 38.854390 , -115.144460 |
| Eberhardt | 39.194930 , -115.480590 |
| Ely | 39.264902 , -114.870864 |
| Green Springs | 39.117160 , -115.572540 |
| Greens | 40.036040 , -114.747520 |
| Hamilton | 39.252990 , -115.486430 |
| Hogum | 39.056330 , -114.411390 |
| Keystone | 39.281880 , -114.968350 |
| Keystone Junction | 39.282990 , -114.963910 |
| Kimberly | 39.263270 , -115.022520 |
| Lane City | 39.260490 , -114.931410 |
| Lavon | 39.327720 , -114.796680 |
| Lund | 38.865387 , -115.009103 |
| Majors Place | 39.024940 , -114.581950 |
| McGill | 39.401950 , -114.777056 |
| McGill Junction | 39.372160 , -114.801130 |
| Mineral City | 39.264380 , -114.947800 |
| Minerva | 38.828280 , -114.392220 |
| Osceola | 39.090500 , -114.385560 |
| Pogonip | 39.217990 , -115.485310 |
| Preston | 38.915703 , -115.064318 |
| Riepetown | 39.264380 , -115.011690 |
| Ruppes Place | 38.754110 , -115.060570 |
| Ruth | 39.279287 , -114.990053 |
| Shermantown | 39.202710 , -115.504480 |
| Shoshone | 38.848560 , -114.407780 |
| Steptoe | 39.406880 , -114.763910 |
| Stonehouse | 39.780770 , -114.540570 |
| Tippett | 39.868550 , -114.349730 |
| Warm Springs | 39.653270 , -114.802520 |
| Willow Grove | 39.023270 , -115.268910 |
Notes:
- You can download geometry data for White Pine 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.