Download outline map of Wood (geojson format) :
Wood.geojson (**)
Download polygon array of Wood map for "Google Maps" :
Wood.txt
Bounding Box for Wood Map : ( 32.540959 , -95.665389 , 33.01345 , -95.149962 )
Wikipedia ID for Wood : Q112652
Wikipedia SPARQL Query for Wood (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q112652 wdt:P1082 ?population. }
OPTIONAL { wd:Q112652 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q112652 wdt:P2046 ?area. }
OPTIONAL { wd:Q112652 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q112652 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q112652 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 Wood map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](32.540959, -95.665389, 33.01345, -95.149962);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Wood)
[out:json];
(
rel["name"="Wood"][type=boundary];
rel["name:en"="Wood"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Wood
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Alba | 32.790560 , -95.634341 |
Angler | 32.594030 , -95.253560 |
Ben | 32.680130 , -95.541350 |
Calvary | 32.757910 , -95.527180 |
Cartwright | 32.872070 , -95.371340 |
Coke | 32.925120 , -95.435230 |
Crow | 32.615690 , -95.309670 |
East Point | 32.831240 , -95.297720 |
Fada | 32.610420 , -95.294950 |
Forest Hill | 32.836510 , -95.418010 |
Fouke | 32.627920 , -95.274120 |
Gamblin | 32.891510 , -95.583010 |
Gilbreth | 32.896230 , -95.559680 |
Golden | 32.729570 , -95.563010 |
Hainesville | 32.717630 , -95.364400 |
Hawkins | 32.591957 , -95.202743 |
Hoard | 32.641520 , -95.387450 |
Holly Lake Ranch | 32.712471 , -95.200358 |
Little Hope | 32.779580 , -95.256890 |
Mineola | 32.646087 , -95.477403 |
Musgrove | 32.955400 , -95.227720 |
New Hope | 32.656520 , -95.418290 |
Oak Grove | 32.821520 , -95.344950 |
Ogburn | 32.840130 , -95.222440 |
Pine Mills | 32.741520 , -95.289390 |
Pineview | 32.907900 , -95.160220 |
Pleasant Grove | 32.925960 , -95.398280 |
Quitman | 32.795071 , -95.444230 |
Salem | 32.825400 , -95.618850 |
Stout | 32.872070 , -95.296610 |
Webster | 32.926510 , -95.324950 |
West Mineola | 32.671520 , -95.519120 |
Winnsboro | 32.955768 , -95.291089 |
Yantis | 32.930523 , -95.576121 |
Notes:
- You can download geometry data for Wood 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.