Download outline map of Palo Pinto (geojson format) :
Palo Pinto.geojson (**)
Download polygon array of Palo Pinto map for "Google Maps" :
Palo Pinto.txt
Bounding Box for Palo Pinto Map : ( 32.511626 , -98.57626 , 33.007913 , -98.056094 )
Wikipedia ID for Palo Pinto : Q484567
Wikipedia SPARQL Query for Palo Pinto (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q484567 wdt:P1082 ?population. }
OPTIONAL { wd:Q484567 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q484567 wdt:P2046 ?area. }
OPTIONAL { wd:Q484567 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q484567 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q484567 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 Palo Pinto map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](32.511626, -98.57626, 33.007913, -98.056094);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Palo Pinto)
[out:json];
(
rel["name"="Palo Pinto"][type=boundary];
rel["name:en"="Palo Pinto"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Palo Pinto
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Brad | 32.751790 , -98.507830 |
Brazos | 32.661520 , -98.121990 |
Coronados Camp | 32.848740 , -98.209490 |
Fort Wolters | 32.809450 , -98.111538 |
Gordon | 32.545547 , -98.367183 |
Gordon Junction | 32.534580 , -98.318100 |
Graford | 32.937415 , -98.247505 |
Lone Camp | 32.679300 , -98.268660 |
Lyra | 32.555410 , -98.468940 |
Metcalf Gap | 32.709850 , -98.441440 |
Mineral Wells | 32.816883 , -98.077649 |
Mingus | 32.536351 , -98.424871 |
New Salem | 32.617080 , -98.098650 |
Palo Pinto | 32.769149 , -98.300766 |
Peadenville | 32.920400 , -98.074760 |
Pickwick | 32.869495 , -98.468981 |
Santo | 32.603190 , -98.215320 |
Strawn | 32.550860 , -98.497916 |
Sturdivant | 32.765410 , -98.066710 |
Wolters Village | 32.824020 , -98.066710 |
Notes:
- You can download geometry data for Palo Pinto 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.