Download outline map of Hale (geojson format) :
Hale.geojson (**)
Download polygon array of Hale map for "Google Maps" :
Hale.txt
Bounding Box for Hale Map : ( 33.824675 , -102.090415 , 34.313132 , -101.56358 )
Wikipedia ID for Hale : Q111622
Wikipedia SPARQL Query for Hale (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q111622 wdt:P1082 ?population. }
OPTIONAL { wd:Q111622 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q111622 wdt:P2046 ?area. }
OPTIONAL { wd:Q111622 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q111622 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q111622 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 Hale map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](33.824675, -102.090415, 34.313132, -101.56358);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Hale)
[out:json];
(
rel["name"="Hale"][type=boundary];
rel["name:en"="Hale"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Hale
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Abernathy | 33.837283 , -101.814420 |
Alley | 33.919503 , -101.853733 |
Boone | 34.244790 , -101.812120 |
Cotton Center | 33.993140 , -101.992950 |
Edmonson | 34.279108 , -101.896666 |
Ellen | 34.021470 , -101.626560 |
Finney | 34.277570 , -101.716290 |
Furguson | 34.128680 , -101.748790 |
Hale Center | 34.066107 , -101.846260 |
Halfway | 34.188130 , -101.952400 |
Happy Union | 34.020910 , -101.696560 |
Lider | 34.175910 , -101.624060 |
Mayfield | 34.107860 , -101.989620 |
Petersburg | 33.871049 , -101.597292 |
Plainview | 34.190898 , -101.723435 |
Seth Ward | 34.216345 , -101.694463 |
Six Point | 34.093690 , -101.800730 |
Snyder | 34.108130 , -101.731010 |
Underwood | 33.985910 , -101.843510 |
Wright | 34.252010 , -101.828790 |
Notes:
- You can download geometry data for Hale 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.