Download outline map of Erath (geojson format) :
Erath.geojson (**)
Download polygon array of Erath map for "Google Maps" :
Erath.txt
Bounding Box for Erath Map : ( 31.917511 , -98.551158 , 32.513039 , -97.864864 )
Wikipedia ID for Erath : Q110500
Wikipedia SPARQL Query for Erath (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q110500 wdt:P1082 ?population. }
OPTIONAL { wd:Q110500 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q110500 wdt:P2046 ?area. }
OPTIONAL { wd:Q110500 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q110500 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q110500 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 Erath map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](31.917511, -98.551158, 32.513039, -97.864864);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Erath)
[out:json];
(
rel["name"="Erath"][type=boundary];
rel["name:en"="Erath"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Erath
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Alexander | 32.059030 , -98.206150 |
Bluff Dale | 32.350970 , -98.021430 |
Bunyan | 32.169030 , -98.365050 |
Chalk Mountain | 32.154310 , -97.910870 |
Clairette | 32.039310 , -98.118930 |
Cottonwood | 32.089310 , -98.289760 |
Dublin | 32.087487 , -98.339129 |
Duffau | 32.082370 , -98.021980 |
Edna Hill | 31.956540 , -98.330320 |
Hannibal | 32.373750 , -98.335600 |
Harbin | 32.116810 , -98.273380 |
Highland | 32.154860 , -98.445880 |
Huckabay | 32.344860 , -98.298380 |
Johnsville | 32.145980 , -98.026150 |
Knob Hill | 32.259030 , -98.143100 |
Lingleville | 32.244580 , -98.377550 |
Morgan Mill | 32.388190 , -98.167260 |
Patillo | 32.502630 , -98.168650 |
Purves | 32.003480 , -98.270320 |
Sapoak | 32.454860 , -98.247820 |
Selden | 32.144030 , -98.106700 |
Stephenville | 32.214751 , -98.220514 |
Three Way | 32.157920 , -98.029760 |
Thurber | 32.507350 , -98.417270 |
Victor | 32.202640 , -98.499770 |
Welcome Valley | 32.200700 , -98.150320 |
Notes:
- You can download geometry data for Erath 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.