Download outline map of Brewster (geojson format) :
Brewster.geojson (**)
Download polygon array of Brewster map for "Google Maps" :
Brewster.txt
Bounding Box for Brewster Map : ( 28.971547 , -103.80068 , 30.665939 , -102.320819 )
Wikipedia ID for Brewster : Q109160
Wikipedia SPARQL Query for Brewster (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q109160 wdt:P1082 ?population. }
OPTIONAL { wd:Q109160 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q109160 wdt:P2046 ?area. }
OPTIONAL { wd:Q109160 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q109160 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q109160 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 Brewster map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](28.971547, -103.80068, 30.665939, -102.320819);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Brewster)
[out:json];
(
rel["name"="Brewster"][type=boundary];
rel["name:en"="Brewster"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Brewster
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Alpine | 30.364206 , -103.664536 |
| Altuda | 30.302100 , -103.457960 |
| Ansley Place | 30.243500 , -103.138500 |
| Basin Junction | 29.334370 , -103.256560 |
| Beatty Place | 30.369330 , -103.335730 |
| Boquillas Crossing | 29.190155 , -102.946702 |
| Buenos Aires | 29.085200 , -103.469070 |
| Casa de Piedra | 29.101600 , -103.054610 |
| Castolon | 29.133260 , -103.514350 |
| Causey Place | 30.222400 , -103.106830 |
| Comptons | 29.088820 , -103.081560 |
| Corner Windmill | 29.651580 , -103.079890 |
| Edwards Place | 30.402660 , -103.417400 |
| Fourmile Crossing | 30.205730 , -103.180730 |
| Haymond | 30.143790 , -103.019330 |
| Hot Springs | 29.182150 , -102.992110 |
| Hovey | 30.610990 , -103.367400 |
| Kriebaum Place | 30.209060 , -103.087390 |
| La Herradura | 29.966670 , -102.550000 |
| La Reforma | 29.666670 , -102.866670 |
| Lajitas | 29.261590 , -103.776580 |
| Lenox | 30.236550 , -103.378790 |
| Louis Granger Place | 30.148790 , -103.181560 |
| Loy Place | 29.793230 , -103.666850 |
| Lunas | 29.215480 , -103.534910 |
| Marathon | 30.215759 , -103.243332 |
| Matthews Place | 30.232950 , -103.024610 |
| McFarland Place | 30.187680 , -103.037660 |
| McKinney Springs | 29.387980 , -103.076280 |
| Millers | 29.874360 , -102.715990 |
| Mitchell Place | 30.242110 , -103.158230 |
| Old Beekley Place | 30.227670 , -103.224620 |
| Old Corbett Place | 30.025180 , -103.044060 |
| Old Edith Lochausen Place | 30.115180 , -103.089340 |
| Old Oscar Nance Place | 30.483500 , -103.192390 |
| Old Reed Place | 30.082120 , -103.126840 |
| Onion Spring | 29.400200 , -103.333790 |
| Pantera | 28.987430 , -103.204060 |
| Panther Junction | 29.328530 , -103.205170 |
| Pettits | 28.998540 , -103.284060 |
| Rio Grande Village | 29.183260 , -102.962110 |
| Rosenfeld | 30.103520 , -102.752100 |
| San Francisco | 29.893530 , -102.404030 |
| San Vicente Crossing | 29.130210 , -103.014890 |
| Shoemaker Place | 30.219340 , -103.142670 |
| Sid Place | 29.833790 , -103.652960 |
| Sierra Chino | 29.040210 , -103.413790 |
| Solis | 29.061320 , -103.099610 |
| Solis Landing | 29.044380 , -103.105450 |
| Stillwell Crossing | 29.398810 , -102.818770 |
| Stuart Place | 29.939630 , -102.610710 |
| Study Butte | 29.335097 , -103.542103 |
| Study Butte-Terlingua | 29.309720 , -103.568170 |
| Talley | 28.983270 , -103.184060 |
| Terlingua | 29.299095 , -103.579537 |
| Terlingua Abaja | 29.193530 , -103.607410 |
| Tesnus | 30.118240 , -102.897940 |
| Titley | 30.483490 , -103.588790 |
| Tres Papalotes | 29.456860 , -103.776020 |
| Walker Place | 30.208510 , -103.151560 |
| Woodsons | 29.006320 , -103.294900 |
| Youngblood Place | 30.322670 , -103.166560 |
Notes:
- You can download geometry data for Brewster 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.