Download outline map of Asotin (geojson format) :
Asotin.geojson (**)
Download polygon array of Asotin map for "Google Maps" :
Asotin.txt
Bounding Box for Asotin Map : ( 45.995375 , -117.480141 , 46.462314 , -116.91558 )
Wikipedia ID for Asotin : Q156295
Wikipedia SPARQL Query for Asotin (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q156295 wdt:P1082 ?population. }
OPTIONAL { wd:Q156295 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q156295 wdt:P2046 ?area. }
OPTIONAL { wd:Q156295 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q156295 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q156295 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 Asotin map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](45.995375, -117.480141, 46.462314, -116.91558);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Asotin)
[out:json];
(
rel["name"="Asotin"][type=boundary];
rel["name:en"="Asotin"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Asotin
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Alpowa | 46.419330 , -117.196550 |
Anatone | 46.134880 , -117.132380 |
Asotin | 46.337211 , -117.043091 |
Clarkston | 46.415341 , -117.050143 |
Clarkston Heights | 46.396270 , -117.082380 |
Clarkston Heights-Vineland | 46.387592 , -117.083142 |
Cloverland | 46.250370 , -117.250600 |
Craige | 46.135430 , -117.023760 |
Grahams Landing | 46.220440 , -116.959870 |
Grouse | 46.012370 , -117.421560 |
Hanson Ferry | 46.027090 , -117.335720 |
Highland | 46.403610 , -117.069140 |
Jerry | 46.324330 , -117.108490 |
Rogersburg | 46.078210 , -116.979590 |
Silcott | 46.415160 , -117.197660 |
West Clarkston | 46.410780 , -117.063870 |
West Clarkston-Highland | 46.402287 , -117.063307 |
Notes:
- You can download geometry data for Asotin 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.