Download outline map of Burnet (geojson format) :
Burnet.geojson (**)
Download polygon array of Burnet map for "Google Maps" :
Burnet.txt
Bounding Box for Burnet Map : ( 30.426164 , -98.459373 , 31.034919 , -97.828512 )
Wikipedia ID for Burnet : Q108784
Wikipedia SPARQL Query for Burnet (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q108784 wdt:P1082 ?population. }
OPTIONAL { wd:Q108784 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q108784 wdt:P2046 ?area. }
OPTIONAL { wd:Q108784 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q108784 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q108784 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 Burnet map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](30.426164, -98.459373, 31.034919, -97.828512);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Burnet)
[out:json];
(
rel["name"="Burnet"][type=boundary];
rel["name:en"="Burnet"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Burnet
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Bertram | 30.742278 , -98.057009 |
Briggs | 30.889630 , -97.925020 |
Burnet | 30.750834 , -98.237455 |
Cottonwood Shores | 30.552116 , -98.324795 |
Fairland | 30.644080 , -98.284750 |
Gandy | 30.718790 , -98.231690 |
Granite Shoals | 30.589501 , -98.377819 |
Highland Haven | 30.607266 , -98.395040 |
Joppa | 30.825460 , -98.031690 |
Lake Victor | 30.909070 , -98.193360 |
Mahomet | 30.821850 , -97.931960 |
Marble Falls | 30.574786 , -98.271622 |
Meadowlakes | 30.563873 , -98.295360 |
Naruna | 30.988790 , -98.317530 |
Oakalla | 30.986290 , -97.925300 |
Oatmeal | 30.696850 , -98.094470 |
Scobee | 30.645740 , -98.316140 |
Shady Grove | 30.818240 , -98.079740 |
Shovel Mountain | 30.483250 , -98.278080 |
Smithwick | 30.560750 , -98.145020 |
Spicewood | 30.475470 , -98.156410 |
Sudduth | 30.658240 , -98.252800 |
Sunnylane | 30.929900 , -98.136410 |
Tamega | 30.709542 , -98.042330 |
Watson | 30.934350 , -98.014470 |
Notes:
- You can download geometry data for Burnet 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.