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.665057 , -90.347263 , 31.004831 , -89.726922 )
Wikipedia ID for Washington : Q506907
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:Q506907 wdt:P1082 ?population. }
OPTIONAL { wd:Q506907 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q506907 wdt:P2046 ?area. }
OPTIONAL { wd:Q506907 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q506907 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q506907 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.665057, -90.347263, 31.004831, -89.726922);
);
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) |
Angie | 30.963252 , -89.817754 |
Bickham | 30.867410 , -90.215640 |
Bogalusa | 30.781172 , -89.863255 |
Clifton | 30.925460 , -90.179810 |
Enon | 30.727410 , -90.084250 |
Franklinton | 30.847951 , -90.145881 |
Isabel | 30.674910 , -89.998970 |
Jenkins | 30.812130 , -90.137030 |
Lake View | 30.792690 , -89.830630 |
Lees Creek | 30.742130 , -89.874800 |
Mount Hermon | 30.960180 , -90.295920 |
Pine Cliff | 30.782960 , -90.123420 |
Plainview | 30.751580 , -89.968970 |
Porters Curve | 30.959070 , -90.317040 |
Richardson | 30.854630 , -90.213140 |
Richardson Landing | 30.761020 , -89.831460 |
Rio | 30.692970 , -89.890070 |
Sheridan | 30.868520 , -90.003140 |
Springhill | 30.807960 , -90.100080 |
State Line | 30.980740 , -89.950360 |
Stein | 30.690470 , -89.939240 |
Stoney Point | 30.818240 , -90.278700 |
Sunny Hill | 30.924350 , -90.327310 |
Thomas | 30.967960 , -90.028700 |
Varnado | 30.895301 , -89.831865 |
Warnerton | 30.990180 , -90.183140 |
Willis | 30.736580 , -90.066750 |
Zona | 30.748240 , -90.081190 |
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.