Download outline map of Live Oak (geojson format) :
Live Oak.geojson (**)
Download polygon array of Live Oak map for "Google Maps" :
Live Oak.txt
Bounding Box for Live Oak Map : ( 28.056681 , -98.335031 , 28.786949 , -97.808774 )
Wikipedia ID for Live Oak : Q114043
Wikipedia SPARQL Query for Live Oak (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q114043 wdt:P1082 ?population. }
OPTIONAL { wd:Q114043 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q114043 wdt:P2046 ?area. }
OPTIONAL { wd:Q114043 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q114043 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q114043 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 Live Oak map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](28.056681, -98.335031, 28.786949, -97.808774);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Live Oak)
[out:json];
(
rel["name"="Live Oak"][type=boundary];
rel["name:en"="Live Oak"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Live Oak
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Argenta | 28.170010 , -97.847220 |
Clegg | 28.122790 , -98.265290 |
Dinero | 28.226390 , -97.961670 |
George West | 28.330000 , -98.118304 |
Hideaway Hill | 28.186950 , -97.893610 |
Ike | 28.391390 , -98.154450 |
Karon | 28.478880 , -98.002230 |
La Para | 28.366940 , -97.954170 |
Lagarto | 28.119450 , -97.955560 |
Los Lomas | 28.137790 , -97.888060 |
Mikeska | 28.285840 , -98.049450 |
Mount Lucas | 28.186950 , -97.946390 |
Nell | 28.711090 , -98.071670 |
Oakville | 28.449160 , -98.101950 |
Peace Valley Harbor | 28.130010 , -97.897220 |
Pernitas Point | 28.060010 , -97.904720 |
Ray Point | 28.514160 , -98.088340 |
River Creek Acres | 28.298610 , -98.047230 |
Simmons | 28.406110 , -98.280560 |
Three Rivers | 28.466863 , -98.178417 |
Whitsett | 28.634150 , -98.271950 |
Notes:
- You can download geometry data for Live Oak 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.