Download outline map of Adams (geojson format) :
Adams.geojson (**)
Download polygon array of Adams map for "Google Maps" :
Adams.txt
Bounding Box for Adams Map : ( 44.443849 , -116.899711 , 45.268127 , -116.089308 )
Wikipedia ID for Adams : Q109815
Wikipedia SPARQL Query for Adams (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q109815 wdt:P1082 ?population. }
OPTIONAL { wd:Q109815 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q109815 wdt:P2046 ?area. }
OPTIONAL { wd:Q109815 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q109815 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q109815 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 Adams map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](44.443849, -116.899711, 45.268127, -116.089308);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Adams)
[out:json];
(
rel["name"="Adams"][type=boundary];
rel["name:en"="Adams"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Adams
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Alpine | 44.593500 , -116.494870 |
Bacon | 44.636000 , -116.547930 |
Bear | 45.024320 , -116.672090 |
Beer Bottle Crossing | 44.608500 , -116.230970 |
Council | 44.732937 , -116.437495 |
Cuprum | 45.086550 , -116.689310 |
Devils Ladder | 45.178220 , -116.435410 |
Evergreen | 44.890170 , -116.390140 |
Fruitvale | 44.815160 , -116.440140 |
Glendale | 44.834610 , -116.407360 |
Goodrich | 44.653500 , -116.557930 |
Helena | 45.170160 , -116.652370 |
Hoover | 44.752390 , -116.441530 |
Howell | 45.240000 , -116.701370 |
Indian Valley | 44.557110 , -116.434030 |
Landore | 45.123210 , -116.628480 |
Meadows | 44.961000 , -116.243740 |
Mesa | 44.628780 , -116.450700 |
New Meadows | 44.970225 , -116.285605 |
Pine Ridge | 44.938780 , -116.382630 |
Pinehurst | 45.252670 , -116.334300 |
Rankin Mill | 45.266270 , -116.545690 |
Rubicon | 44.982110 , -116.368740 |
Starkey | 44.850440 , -116.448470 |
Stevens | 44.848500 , -116.378750 |
Tamarack | 44.955170 , -116.385690 |
Wildhorse | 44.855440 , -116.831830 |
Woodland | 44.930170 , -116.382910 |
Notes:
- You can download geometry data for Adams 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.