Download outline map of Van Zandt (geojson format) :
Van Zandt.geojson (**)
Download polygon array of Van Zandt map for "Google Maps" :
Van Zandt.txt
Bounding Box for Van Zandt Map : ( 32.355097 , -96.076801 , 32.838507 , -95.449093 )
Wikipedia ID for Van Zandt : Q113834
Wikipedia SPARQL Query for Van Zandt (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q113834 wdt:P1082 ?population. }
OPTIONAL { wd:Q113834 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q113834 wdt:P2046 ?area. }
OPTIONAL { wd:Q113834 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q113834 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q113834 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 Van Zandt map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](32.355097, -96.076801, 32.838507, -95.449093);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Van Zandt)
[out:json];
(
rel["name"="Van Zandt"][type=boundary];
rel["name:en"="Van Zandt"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Van Zandt
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Alsa | 32.818460 , -96.033860 |
| Ben Wheeler | 32.445970 , -95.703850 |
| Big Rock | 32.359310 , -95.941080 |
| Callender Lake | 32.367527 , -95.698355 |
| Cana | 32.574580 , -96.014690 |
| Canton | 32.554084 , -95.863944 |
| Clifton | 32.782900 , -95.982750 |
| Clower | 32.542910 , -95.694690 |
| Colfax | 32.510420 , -95.732740 |
| Corinth | 32.587710 , -95.721620 |
| Denman Crossroads | 32.398750 , -95.890520 |
| Edgewood | 32.694570 , -95.883257 |
| Edom | 32.374275 , -95.609860 |
| Elwood | 32.738460 , -95.949690 |
| Four Mile Prairie | 32.486860 , -96.070770 |
| Fruitvale | 32.683359 , -95.803464 |
| Grand Saline | 32.677543 , -95.711324 |
| High | 32.565500 , -95.953920 |
| Holly Springs | 32.434590 , -95.776350 |
| Jackson | 32.481530 , -95.929690 |
| Jones | 32.608470 , -95.674410 |
| Lawrence Springs | 32.642630 , -95.787460 |
| Mars | 32.359310 , -95.725800 |
| Martins Mill | 32.416250 , -95.790240 |
| Midway | 32.394590 , -95.559680 |
| Myrtle Springs | 32.615078 , -95.932868 |
| Oakland | 32.571250 , -95.755520 |
| Odom | 32.378200 , -96.031360 |
| Owlett Green | 32.502080 , -95.663850 |
| Phalba | 32.423750 , -95.977750 |
| Primrose | 32.433480 , -95.604130 |
| Pruitt | 32.567640 , -95.641350 |
| Redland | 32.376810 , -95.498570 |
| Roddy | 32.417360 , -96.035800 |
| Sand Flat | 32.627360 , -95.650520 |
| Scott | 32.594580 , -96.022190 |
| Silver Lake | 32.669850 , -95.595790 |
| Small | 32.745130 , -95.851910 |
| Tundra | 32.464030 , -95.880520 |
| Van | 32.524229 , -95.637271 |
| Wallace | 32.546800 , -95.940520 |
| Walton | 32.360700 , -95.848580 |
| Watkins | 32.539580 , -96.027750 |
| Wentworth | 32.573190 , -95.805800 |
| Whitton | 32.482640 , -95.995250 |
| Wills Point | 32.709256 , -96.005164 |
| Wise | 32.513470 , -96.035250 |
Notes:
- You can download geometry data for Van Zandt 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.