Download outline map of Henderson (geojson format) :
Henderson.geojson (**)
Download polygon array of Henderson map for "Google Maps" :
Henderson.txt
Bounding Box for Henderson Map : ( 32.005895 , -96.454143 , 32.358925 , -95.428127 )
Wikipedia ID for Henderson : Q112793
Wikipedia SPARQL Query for Henderson (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q112793 wdt:P1082 ?population. }
OPTIONAL { wd:Q112793 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q112793 wdt:P2046 ?area. }
OPTIONAL { wd:Q112793 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q112793 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q112793 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 Henderson map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](32.005895, -96.454143, 32.358925, -95.428127);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Henderson)
[out:json];
(
rel["name"="Henderson"][type=boundary];
rel["name:en"="Henderson"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Henderson
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Antioch | 32.232370 , -95.564130 |
Athens | 32.205304 , -95.834815 |
Baxter | 32.168490 , -95.749130 |
Berryville | 32.087768 , -95.466668 |
Bethel | 32.285980 , -95.844970 |
Brownsboro | 32.298420 , -95.613042 |
Buffalo | 32.272370 , -96.279980 |
Caney City | 32.209618 , -96.038146 |
Chandler | 32.306486 , -95.478115 |
Coffee City | 32.138291 , -95.487094 |
Crescent Heights | 32.186820 , -95.943300 |
Cross Roads | 32.049050 , -95.967470 |
Dauphin | 32.187100 , -95.916630 |
Enchanted Oaks | 32.266601 , -96.108989 |
Eustace | 32.307543 , -96.013800 |
Evelyn | 32.307090 , -95.532740 |
Gun Barrel City | 32.327678 , -96.128817 |
Harmony | 32.314590 , -96.266370 |
LaRue | 32.116820 , -95.674680 |
Log Cabin | 32.223082 , -96.022261 |
Malakoff | 32.172760 , -96.016246 |
Moore Station | 32.190556 , -95.570392 |
Murchison | 32.275171 , -95.756069 |
New Hope | 32.250710 , -95.596350 |
New York | 32.167930 , -95.669130 |
Opelika | 32.297090 , -95.674410 |
Pauline | 32.337920 , -96.053860 |
Payne Springs | 32.286257 , -96.090900 |
Pickens | 32.254040 , -95.922740 |
Pine Grove | 32.135430 , -95.796910 |
Poynor | 32.079342 , -95.592372 |
Seven Points | 32.329026 , -96.214248 |
Shady Oaks | 32.116540 , -95.902470 |
Star Harbor | 32.192781 , -96.054197 |
Stockard | 32.279590 , -95.958580 |
Sumer Hill | 32.336810 , -95.820800 |
Tool | 32.280348 , -96.172532 |
Trinidad | 32.156204 , -96.105355 |
Union Hill | 32.307930 , -95.588570 |
Virginia Hill | 32.128210 , -95.816910 |
Notes:
- You can download geometry data for Henderson 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.