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.044283 , -96.794552 , 30.39989 , -96.080839 )
Wikipedia ID for Washington : Q156444
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:Q156444 wdt:P1082 ?population. }
OPTIONAL { wd:Q156444 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q156444 wdt:P2046 ?area. }
OPTIONAL { wd:Q156444 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q156444 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q156444 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.044283, -96.794552, 30.39989, -96.080839);
);
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) |
Berlin | 30.171330 , -96.445800 |
Brenham | 30.157899 , -96.394884 |
Brown College | 30.229100 , -96.135510 |
Burton | 30.181248 , -96.599933 |
Chappell Hill | 30.142720 , -96.256910 |
Daniels | 30.198830 , -96.205790 |
Earlywine | 30.216600 , -96.307460 |
Gay Hill | 30.271880 , -96.494130 |
Goodwill | 30.242160 , -96.184960 |
Graball | 30.265210 , -96.134400 |
Greenvine | 30.114940 , -96.558300 |
Independence | 30.319380 , -96.346630 |
Klump | 30.120500 , -96.490800 |
La Bahia | 30.144380 , -96.636920 |
Latium | 30.080500 , -96.560530 |
Longpoint | 30.236600 , -96.528030 |
Mill Creek | 30.155490 , -96.493300 |
Muellersville | 30.095220 , -96.424690 |
Phillipsburg | 30.094940 , -96.366910 |
Prairie Hill | 30.248820 , -96.377190 |
Quarry | 30.307710 , -96.510520 |
Rehburg | 30.254660 , -96.562470 |
Sandy Hill | 30.277990 , -96.325800 |
Sauney Stand | 30.093550 , -96.222740 |
Union Hill | 30.202990 , -96.613580 |
Washington | 30.324195 , -96.155605 |
Washington-on-the-Brazos | 30.325915 , -96.154650 |
Wesley | 30.070220 , -96.501910 |
Whitman | 30.240770 , -96.242180 |
Wiedeville | 30.219380 , -96.340240 |
William Penn | 30.315210 , -96.282180 |
Zionville | 30.201880 , -96.491360 |
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.