Download outline map of Llano (geojson format) :
Llano.geojson (**)
Download polygon array of Llano map for "Google Maps" :
Llano.txt
Bounding Box for Llano Map : ( 30.486096 , -98.964612 , 30.922121 , -98.351041 )
Wikipedia ID for Llano : Q110336
Wikipedia SPARQL Query for Llano (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q110336 wdt:P1082 ?population. }
OPTIONAL { wd:Q110336 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q110336 wdt:P2046 ?area. }
OPTIONAL { wd:Q110336 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q110336 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q110336 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 Llano map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](30.486096, -98.964612, 30.922121, -98.351041);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Llano)
[out:json];
(
rel["name"="Llano"][type=boundary];
rel["name:en"="Llano"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Llano
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Bluffton | 30.820730 , -98.491420 |
Buchanan Dam | 30.780700 , -98.439231 |
Buchanan Lake Village | 30.856572 , -98.437781 |
Castell | 30.701010 , -98.956440 |
Click | 30.563240 , -98.573920 |
Gainesville | 30.677680 , -98.521420 |
Golden Beach | 30.801010 , -98.471420 |
Horseshoe Bay | 30.540117 , -98.377394 |
Kingsland | 30.665070 , -98.454433 |
Lakeside Heights | 30.688520 , -98.412530 |
Llano | 30.753432 , -98.674921 |
Lone Grove | 30.812680 , -98.575590 |
Oxford | 30.604070 , -98.704200 |
Prairie Mountain | 30.560740 , -98.879490 |
Scotts Crossing | 30.728230 , -98.813650 |
Stolz | 30.777120 , -98.556980 |
Sunrise Beach Village | 30.586155 , -98.418724 |
Tow | 30.883510 , -98.472530 |
Notes:
- You can download geometry data for Llano 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.