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 : ( 33.007697 , -91.235928 , 33.53054 , -90.678655 )
Wikipedia ID for Washington : Q484643
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:Q484643 wdt:P1082 ?population. }
OPTIONAL { wd:Q484643 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q484643 wdt:P2046 ?area. }
OPTIONAL { wd:Q484643 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q484643 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q484643 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"](33.007697, -91.235928, 33.53054, -90.678655);
);
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) |
| Aldridge | 33.362060 , -90.909820 |
| Alhambra | 33.027900 , -91.060110 |
| Almy | 33.349280 , -90.879270 |
| Arcola | 33.270540 , -90.880002 |
| Ashley Crossing | 33.417620 , -90.988990 |
| Avon | 33.230120 , -91.047330 |
| Bourbon | 33.324290 , -90.798710 |
| Brighton | 33.478730 , -91.004550 |
| Burdette | 33.348450 , -90.914820 |
| Byrne City | 33.092900 , -91.098160 |
| Chatham | 33.100680 , -91.097890 |
| Cletonia | 33.150680 , -90.847320 |
| Darlove | 33.232070 , -90.784540 |
| Dunkirk | 33.457340 , -90.881770 |
| Empire | 33.219010 , -90.831490 |
| Erwin | 33.104010 , -91.043720 |
| Estill | 33.218180 , -90.870930 |
| Floyd | 33.255950 , -90.732040 |
| Foote | 33.091510 , -91.032880 |
| Forkland | 33.526500 , -91.014270 |
| Geneill | 33.389010 , -90.799540 |
| Glen Allan | 33.024010 , -91.030110 |
| Greenville | 33.385028 , -91.051417 |
| Hays | 33.346510 , -90.898710 |
| Helm | 33.500950 , -90.834540 |
| Hollandale | 33.176105 , -90.852898 |
| Hollyknowe | 33.401510 , -90.830380 |
| Hunt | 33.486780 , -91.041500 |
| Ingrams | 33.433730 , -90.842040 |
| Isenberg | 33.374840 , -90.909550 |
| James | 33.203730 , -91.057330 |
| Johnston | 33.282060 , -90.885660 |
| Jones Chapel | 33.356780 , -90.911210 |
| Leland | 33.405128 , -90.890928 |
| Leota | 33.104570 , -91.076220 |
| Long | 33.443170 , -90.794540 |
| Longwood | 33.147070 , -91.066220 |
| Magenta | 33.431230 , -90.963440 |
| Manhattan | 33.271790 , -90.857320 |
| Marathon | 33.065400 , -91.019270 |
| McCutcheon | 33.234560 , -90.879820 |
| McGrath | 33.289560 , -90.798150 |
| Metcalfe | 33.450590 , -91.001831 |
| Murphy | 33.120960 , -90.701480 |
| Muskedine | 33.224560 , -90.983720 |
| Napanee | 33.506230 , -90.870930 |
| Overby | 33.143730 , -90.853430 |
| Percy | 33.109010 , -90.879550 |
| Priscilla | 33.515950 , -90.983160 |
| Refuge | 33.303730 , -91.136500 |
| Rexburg | 33.431230 , -90.843990 |
| Spencer | 33.018180 , -90.976210 |
| Stoneville | 33.424010 , -90.915100 |
| Swiftwater | 33.337620 , -91.059830 |
| Tralake | 33.270400 , -90.794820 |
| Tribbett | 33.351510 , -90.798430 |
| Warsaw | 33.194290 , -90.865100 |
| Wayside | 33.269010 , -91.033720 |
| Willet | 33.120400 , -90.750930 |
| Winterville | 33.501780 , -91.058440 |
| Woodside | 33.015400 , -90.974550 |
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.