Download outline map of Coryell (geojson format) :
Coryell.geojson (**)
Download polygon array of Coryell map for "Google Maps" :
Coryell.txt
Bounding Box for Coryell Map : ( 31.069374 , -98.180006 , 31.711019 , -97.418606 )
Wikipedia ID for Coryell : Q109785
Wikipedia SPARQL Query for Coryell (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q109785 wdt:P1082 ?population. }
OPTIONAL { wd:Q109785 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q109785 wdt:P2046 ?area. }
OPTIONAL { wd:Q109785 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q109785 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q109785 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 Coryell map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](31.069374, -98.180006, 31.711019, -97.418606);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Coryell)
[out:json];
(
rel["name"="Coryell"][type=boundary];
rel["name:en"="Coryell"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Coryell
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Antelope Crossing | 31.246840 , -97.871970 |
| Arnett | 31.445160 , -97.891420 |
| Ater | 31.523220 , -97.861140 |
| Bee House | 31.402660 , -98.081140 |
| Cavitt | 31.375720 , -97.518630 |
| Cold Springs | 31.241840 , -97.616680 |
| Comanche Village I | 31.141560 , -97.807800 |
| Comanche Village Ii | 31.136840 , -97.810020 |
| Comanche Village Iii | 31.141010 , -97.824190 |
| Copperas Cove | 31.117011 , -97.913837 |
| Evant | 31.476426 , -98.150184 |
| Fort Gates | 31.399610 , -97.707800 |
| Fort Hood | 31.134621 , -97.779827 |
| Gatesville | 31.443951 , -97.733295 |
| House Crossing | 31.185730 , -97.808910 |
| Hurst Springs | 31.665710 , -97.694190 |
| Ireland | 31.566830 , -97.965310 |
| Jonesboro | 31.614600 , -97.876690 |
| Kay Bee Heights | 31.118510 , -97.831410 |
| Leon Junction | 31.341000 , -97.594180 |
| Levita | 31.514880 , -97.888080 |
| Lime City | 31.394610 , -97.527240 |
| Mason Crossing | 31.205450 , -97.715570 |
| Montague Village | 31.116560 , -97.832800 |
| Mound | 31.351830 , -97.637520 |
| North Fort Hood | 31.342678 , -97.679480 |
| Oglesby | 31.418618 , -97.511218 |
| Osage | 31.524610 , -97.564740 |
| Pancake | 31.617660 , -97.799750 |
| Pearl | 31.410160 , -98.035030 |
| Pidcoke | 31.279060 , -97.888360 |
| Purmela | 31.483770 , -97.962250 |
| Riggs Ford | 31.217950 , -97.654740 |
| Saint Elijah Village | 31.222390 , -97.787800 |
| Slater | 31.343500 , -97.969750 |
| South Mountain | 31.439828 , -97.679266 |
| South Purmela | 31.469880 , -97.972250 |
| The Grove | 31.273230 , -97.525290 |
| Topsey | 31.219060 , -97.985030 |
| Turnersville | 31.617380 , -97.738910 |
| Whitson | 31.333780 , -97.440570 |
Notes:
- You can download geometry data for Coryell 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.