Download outline map of Tom Green (geojson format) :
Tom Green.geojson (**)
Download polygon array of Tom Green map for "Google Maps" :
Tom Green.txt
Bounding Box for Tom Green Map : ( 31.086122 , -101.267947 , 31.705418 , -100.111234 )
Wikipedia ID for Tom Green : Q113396
Wikipedia SPARQL Query for Tom Green (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q113396 wdt:P1082 ?population. }
OPTIONAL { wd:Q113396 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q113396 wdt:P2046 ?area. }
OPTIONAL { wd:Q113396 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q113396 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q113396 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 Tom Green map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](31.086122, -101.267947, 31.705418, -100.111234);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Tom Green)
[out:json];
(
rel["name"="Tom Green"][type=boundary];
rel["name:en"="Tom Green"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Tom Green
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Alvery Junction | 31.481550 , -100.417310 |
Byrne | 31.318220 , -100.477040 |
Carlsbad | 31.611248 , -100.640647 |
Christoval | 31.197614 , -100.493296 |
Grape Creek | 31.581679 , -100.547371 |
Harriet | 31.547100 , -100.318700 |
Kiesling | 31.610160 , -100.259810 |
Knickerbocker | 31.266550 , -100.623150 |
Mereta | 31.457110 , -100.140920 |
Mullins Crossing | 31.536270 , -100.218420 |
Negro Crossing | 31.353770 , -100.536760 |
S N Junction | 31.421550 , -100.462870 |
San Angelo | 31.442365 , -100.450270 |
Seventeen Mile Crossing | 31.547100 , -100.164250 |
Sixmile Crossing | 31.469050 , -100.341760 |
Sixteen Mile Crossing | 31.542100 , -100.178420 |
Tankersley | 31.349610 , -100.643430 |
Veribest | 31.476550 , -100.259530 |
Wall | 31.374050 , -100.307590 |
Water Valley | 31.667650 , -100.717050 |
Notes:
- You can download geometry data for Tom Green 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.