Download outline map of Throckmorton (geojson format) :
Throckmorton.geojson (**)
Download polygon array of Throckmorton map for "Google Maps" :
Throckmorton.txt
Bounding Box for Throckmorton Map : ( 32.956415 , -99.472444 , 33.399023 , -98.950875 )
Wikipedia ID for Throckmorton : Q113854
Wikipedia SPARQL Query for Throckmorton (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q113854 wdt:P1082 ?population. }
OPTIONAL { wd:Q113854 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q113854 wdt:P2046 ?area. }
OPTIONAL { wd:Q113854 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q113854 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q113854 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 Throckmorton map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](32.956415, -99.472444, 33.399023, -98.950875);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Throckmorton)
[out:json];
(
rel["name"="Throckmorton"][type=boundary];
rel["name:en"="Throckmorton"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Throckmorton
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Bartholomew Crossing | 33.052330 , -99.326750 |
Coody Crossing | 33.100660 , -99.471470 |
Dug Ford | 33.014000 , -99.385640 |
Elbert | 33.274758 , -99.002109 |
Gentry Crossing | 33.055940 , -99.340910 |
Hayford Crossing | 33.059830 , -99.357020 |
Lusk | 32.970950 , -99.032020 |
M K Crossing | 33.001500 , -99.392860 |
McKeichan Crossing | 33.015110 , -99.250080 |
Paint Crossing | 33.050660 , -99.370910 |
Reynolds Crossing | 33.035660 , -99.323140 |
Throckmorton | 33.182030 , -99.179780 |
Woodson | 33.014931 , -99.053429 |
Notes:
- You can download geometry data for Throckmorton 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.