Download outline map of Hays (geojson format) :
Hays.geojson (**)
Download polygon array of Hays map for "Google Maps" :
Hays.txt
Bounding Box for Hays Map : ( 29.752444 , -98.2976 , 30.356312 , -97.70955 )
Wikipedia ID for Hays : Q27018
Wikipedia SPARQL Query for Hays (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q27018 wdt:P1082 ?population. }
OPTIONAL { wd:Q27018 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q27018 wdt:P2046 ?area. }
OPTIONAL { wd:Q27018 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q27018 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q27018 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 Hays map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](29.752444, -98.2976, 30.356312, -97.70955);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Hays)
[out:json];
(
rel["name"="Hays"][type=boundary];
rel["name:en"="Hays"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Hays
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Bear Creek | 30.182557 , -97.939981 |
Buda | 30.085365 , -97.844110 |
Cloptins Crossing | 29.980490 , -98.115570 |
Driftwood | 30.133072 , -98.037293 |
Dripping Springs | 30.187319 , -98.087590 |
Fitzhugh | 30.245210 , -98.027230 |
Flatrock Ford | 30.070490 , -97.890840 |
Goforth | 30.021880 , -97.793340 |
Hays | 30.121515 , -97.872394 |
Hays City | 30.047440 , -97.988340 |
Henly | 30.194650 , -98.210850 |
Kyle | 30.001512 , -97.862948 |
Mount Gainor | 30.143820 , -98.135010 |
Mount Sharp | 30.228000 , -98.146148 |
Mountain City | 30.039190 , -97.891508 |
Niederwald | 30.003919 , -97.753123 |
Pioneer Town | 29.986050 , -98.108070 |
Pleasant Valley Crossing | 30.000490 , -98.199730 |
San Marcos | 29.876664 , -97.931004 |
Uhland | 29.961528 , -97.792444 |
Wimberley | 29.984806 , -98.090552 |
Woodcreek | 30.026732 , -98.111329 |
Notes:
- You can download geometry data for Hays 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.