Download outline map of Beaver (geojson format) :
Beaver.geojson (**)
Download polygon array of Beaver map for "Google Maps" :
Beaver.txt
Bounding Box for Beaver Map : ( 38.147224 , -114.050519 , 38.576545 , -112.335369 )
Wikipedia ID for Beaver : Q109284
Wikipedia SPARQL Query for Beaver (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q109284 wdt:P1082 ?population. }
OPTIONAL { wd:Q109284 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q109284 wdt:P2046 ?area. }
OPTIONAL { wd:Q109284 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q109284 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q109284 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 Beaver map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](38.147224, -114.050519, 38.576545, -112.335369);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Beaver)
[out:json];
(
rel["name"="Beaver"][type=boundary];
rel["name:en"="Beaver"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Beaver
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Adamsville | 38.258300 , -112.793840 |
Beaver | 38.273511 , -112.640221 |
Blueacre | 38.485240 , -113.131900 |
Cook Corner | 38.294970 , -113.047460 |
Cunningham Hill | 38.396080 , -112.724950 |
Frisco | 38.456350 , -113.258850 |
Greenville | 38.254410 , -112.712440 |
Laho | 38.265240 , -113.115790 |
Manderfield | 38.359420 , -112.638830 |
Milford | 38.394397 , -113.020306 |
Minersville | 38.213945 , -112.924964 |
Newhouse | 38.481070 , -113.341910 |
North Creek | 38.337190 , -112.577990 |
Read | 38.572460 , -112.984960 |
Shauntie | 38.341080 , -113.166630 |
Shenendoah City | 38.352190 , -113.137180 |
Smyths | 38.563850 , -112.991070 |
Sulphurdale | 38.560250 , -112.581880 |
Thermo | 38.214410 , -113.171630 |
Yellow Banks | 38.424970 , -112.988570 |
Notes:
- You can download geometry data for Beaver 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.