Download outline map of Washington (geojson format) :
Washington.geojson (**)
Download polygon array of Washington map for "Google Maps" :
Washington.txt
Bounding Box for Washington Map : ( 37.630903 , -85.401784 , 37.917169 , -85.000529 )
Wikipedia ID for Washington : Q502929
Wikipedia SPARQL Query for Washington (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q502929 wdt:P1082 ?population. }
OPTIONAL { wd:Q502929 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q502929 wdt:P2046 ?area. }
OPTIONAL { wd:Q502929 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q502929 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q502929 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 Washington map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](37.630903, -85.401784, 37.917169, -85.000529);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Washington)
[out:json];
(
rel["name"="Washington"][type=boundary];
rel["name:en"="Washington"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Washington
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Battle | 37.778680 , -85.028570 |
Bearwallow | 37.703670 , -85.317460 |
Booker | 37.782010 , -85.299960 |
Brush Grove | 37.843120 , -85.180230 |
Cardwell | 37.824240 , -85.034120 |
Cisselville | 37.693400 , -85.276900 |
Croakes | 37.776730 , -85.332180 |
Deep Creek | 37.695900 , -85.022740 |
Fredericktown | 37.758950 , -85.341900 |
Hardesty | 37.802010 , -85.213290 |
Jenkinsville | 37.732010 , -85.039680 |
Litsey | 37.769510 , -85.192740 |
Mackville | 37.735492 , -85.070130 |
Manton | 37.714780 , -85.385240 |
Maud | 37.821450 , -85.296620 |
Mooresville | 37.798950 , -85.265240 |
Polin | 37.819230 , -85.208850 |
Rineltown | 37.659510 , -85.156070 |
Seaville | 37.883400 , -85.038840 |
Sharpsville | 37.855350 , -85.067460 |
Simstown | 37.633950 , -85.177740 |
Springfield | 37.691116 , -85.216635 |
St. Catharine | 37.708670 , -85.257740 |
Tablow | 37.864790 , -85.014120 |
Tatham Springs | 37.865900 , -85.123850 |
Texas | 37.655620 , -85.110240 |
Thompsonville | 37.727010 , -85.136900 |
Valley Hill | 37.750890 , -85.262180 |
Willisburg | 37.809192 , -85.120687 |
Notes:
- You can download geometry data for Washington 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.