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 : ( 46.73539 , -119.369387 , 47.261718 , -117.958856 )
Wikipedia ID for Adams : Q156273
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:Q156273 wdt:P1082 ?population. }
OPTIONAL { wd:Q156273 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q156273 wdt:P2046 ?area. }
OPTIONAL { wd:Q156273 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q156273 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q156273 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"](46.73539, -119.369387, 47.261718, -117.958856);
);
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) |
| Ankeny | 46.849870 , -118.154680 |
| Ashby | 47.152100 , -118.067730 |
| Batum | 47.233480 , -118.810280 |
| Beatrice | 46.881810 , -118.766940 |
| Bemis | 46.923760 , -118.300800 |
| Benge | 46.909320 , -118.102460 |
| Carlmar | 47.052380 , -118.130240 |
| Cunningham | 46.822090 , -118.806390 |
| Emden | 47.104600 , -118.122740 |
| Hatton | 46.773554 , -118.827588 |
| Hillcrest | 47.010710 , -118.282470 |
| Hooper | 46.774870 , -118.148570 |
| Jantz | 47.229870 , -118.642490 |
| Keystone | 47.240710 , -118.151350 |
| Koren | 46.795140 , -119.016400 |
| Lauer | 47.225420 , -118.729160 |
| Lind | 46.970589 , -118.614731 |
| Mack | 46.905150 , -118.185520 |
| Marcellus | 47.233480 , -118.405260 |
| Marengo | 47.025710 , -118.188570 |
| Moody | 47.222640 , -118.916670 |
| Novara | 46.875700 , -119.153620 |
| Othello | 46.822586 , -119.165356 |
| Packard | 47.214870 , -118.494150 |
| Paha | 47.023200 , -118.489150 |
| Palm Lake | 47.217940 , -118.014670 |
| Paxton | 47.050710 , -118.004670 |
| Pifer | 47.255160 , -118.084960 |
| Pizarro | 46.949870 , -118.446090 |
| Providence | 46.912090 , -118.734720 |
| Ralston | 46.983760 , -118.342750 |
| Ritzville | 47.125814 , -118.382142 |
| Rockwell | 47.147380 , -118.010510 |
| Roxboro | 46.952360 , -118.854440 |
| Schoonover | 47.231540 , -118.581380 |
| Schrag | 47.073200 , -118.854170 |
| Servia | 46.922920 , -118.754720 |
| Shano | 46.763200 , -118.988620 |
| Simenson | 46.882107 , -119.069158 |
| Teske | 47.074040 , -118.152740 |
| Thavis | 46.957650 , -118.219960 |
| Tokio | 47.209600 , -118.269690 |
| Warden Hutterian Brethren | 47.058750 , -118.950280 |
| Washtucna | 46.753769 , -118.310498 |
| Weber | 47.084030 , -118.938890 |
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.