Download outline map of Wilson (geojson format) :
Wilson.geojson (**)
Download polygon array of Wilson map for "Google Maps" :
Wilson.txt
Bounding Box for Wilson Map : ( 28.882333 , -98.407336 , 29.441751 , -97.728443 )
Wikipedia ID for Wilson : Q156479
Wikipedia SPARQL Query for Wilson (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q156479 wdt:P1082 ?population. }
OPTIONAL { wd:Q156479 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q156479 wdt:P2046 ?area. }
OPTIONAL { wd:Q156479 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q156479 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q156479 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 Wilson map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](28.882333, -98.407336, 29.441751, -97.728443);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Wilson)
[out:json];
(
rel["name"="Wilson"][type=boundary];
rel["name:en"="Wilson"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Wilson
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Alum | 29.295240 , -97.964730 |
| Caddo | 29.292740 , -97.903060 |
| Calavaras | 29.222190 , -98.260010 |
| Canada Verde | 29.191910 , -98.275570 |
| Carpenter | 29.378290 , -98.184730 |
| Darilek | 29.053030 , -98.231950 |
| Denhawken | 29.175240 , -97.919170 |
| Dewees | 29.020530 , -98.172230 |
| Floresville | 29.140379 , -98.162731 |
| Grass Pond Colony | 29.251350 , -98.129450 |
| Gray Crossing | 29.170240 , -97.995000 |
| Graytown | 29.208300 , -98.319180 |
| Kicaster | 29.310240 , -98.208620 |
| Kosciusko | 29.105520 , -97.950560 |
| La Vernia | 29.354209 , -98.122083 |
| Loire | 29.109970 , -98.395570 |
| Nockenut | 29.346350 , -97.911670 |
| Pandora | 29.250240 , -97.837780 |
| Plummer Crossing | 29.126360 , -97.969450 |
| Poth | 29.072589 , -98.080930 |
| Ridout | 29.082470 , -98.141400 |
| Saspamco | 29.234410 , -98.295840 |
| Stockdale | 29.235828 , -97.963584 |
| Sunnyside | 29.139970 , -98.052510 |
| Sutherland Springs | 29.273300 , -98.056670 |
| Three Oaks | 28.976640 , -98.167230 |
| Union | 29.320240 , -97.844720 |
| Unity | 29.197460 , -98.053890 |
Notes:
- You can download geometry data for Wilson 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.