Bandera (Texas) Map Cropping Samples
Bandera (Texas) Map Cropping Samples-1
Bandera (Texas) Map Cropping Samples-2
Bandera neighborhoods and villages map with 3D shadow effect
flag map of Bandera with 3D shadow effect
Bandera map with 3d shadow effect
Download outline map of Bandera (geojson format) :
Bandera.geojson (**)
Download polygon array of Bandera map for "Google Maps" :
Bandera.txt
Bounding Box for Bandera Map : ( 29.551695 , -99.603323 , 29.907662 , -98.778782 )
Wikipedia ID for Bandera : Q108367
Wikipedia SPARQL Query for Bandera (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q108367 wdt:P1082 ?population. }
OPTIONAL { wd:Q108367 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q108367 wdt:P2046 ?area. }
OPTIONAL { wd:Q108367 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q108367 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q108367 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 Bandera map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](29.551695, -99.603323, 29.907662, -98.778782);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Bandera)
[out:json];
(
rel["name"="Bandera"][type=boundary];
rel["name:en"="Bandera"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Bandera
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Bandera | 29.725334 , -99.074061 |
Bandera Falls | 29.677170 , -98.963360 |
English Crossing | 29.681610 , -98.975870 |
Highland Waters | 29.751610 , -99.135870 |
Lake Hills | 29.584400 , -98.948920 |
Lake Medina Highlands | 29.568010 , -98.957250 |
Lake Medina Shores | 29.638358 , -98.986885 |
Lakehills | 29.623665 , -98.944811 |
Lakehills | 29.723280 , -98.935030 |
Pipe Creek | 29.723560 , -98.935860 |
Tuff | 29.769110 , -99.403660 |
Vanderpool | 29.745220 , -99.555050 |
Notes:
- You can download geometry data for Bandera 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.