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 : ( 30.38932 , -85.99369 , 30.830552 , -85.43226 )
Wikipedia ID for Washington : Q263418
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:Q263418 wdt:P1082 ?population. }
OPTIONAL { wd:Q263418 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q263418 wdt:P2046 ?area. }
OPTIONAL { wd:Q263418 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q263418 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q263418 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"](30.38932, -85.99369, 30.830552, -85.43226);
);
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) |
Bahoma | 30.814630 , -85.507990 |
Bells Mill | 30.662140 , -85.574650 |
Bradford | 30.655190 , -85.551600 |
Brock Crossroad | 30.690470 , -85.629370 |
Bunker Donation | 30.531310 , -85.869380 |
Caryville | 30.775274 , -85.812051 |
Chipley | 30.775591 , -85.540409 |
Crystal Lake | 30.444080 , -85.688540 |
Ebro | 30.437872 , -85.879080 |
Five Points | 30.712970 , -85.751320 |
Gilberts Mill | 30.634360 , -85.492430 |
Grantham | 30.506860 , -85.592980 |
Greenhead | 30.504640 , -85.659930 |
Hinsons Crossroads | 30.668800 , -85.842430 |
Hulaw | 30.779360 , -85.558260 |
Johnson Crossroad | 30.729640 , -85.663540 |
Live Oak | 30.579640 , -85.864660 |
Macom | 30.578530 , -85.631040 |
Millers Ferry | 30.572420 , -85.844380 |
New Hope | 30.577970 , -85.808820 |
Norum | 30.597970 , -85.757710 |
Poplar Head | 30.718250 , -85.647430 |
Red Head | 30.486580 , -85.841880 |
Smyrna | 30.599920 , -85.677990 |
Sylvania | 30.616860 , -85.674650 |
Vernon | 30.619728 , -85.706235 |
Wausau | 30.633542 , -85.587232 |
Whitehead Crossroads | 30.704360 , -85.767710 |
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.