Brooks (Texas) Map Cropping Samples
Brooks (Texas) Map Cropping Samples-1
Brooks (Texas) Map Cropping Samples-2
Brooks neighborhoods and villages map with 3D shadow effect
flag map of Brooks with 3D shadow effect
Brooks map with 3d shadow effect
Download outline map of Brooks (geojson format) :
Brooks.geojson (**)
Download polygon array of Brooks map for "Google Maps" :
Brooks.txt
Bounding Box for Brooks Map : ( 26.780917 , -98.536646 , 27.26563 , -97.985457 )
Wikipedia ID for Brooks : Q26584
Wikipedia SPARQL Query for Brooks (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q26584 wdt:P1082 ?population. }
OPTIONAL { wd:Q26584 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q26584 wdt:P2046 ?area. }
OPTIONAL { wd:Q26584 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q26584 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q26584 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 Brooks map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](26.780917, -98.536646, 27.26563, -97.985457);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Brooks)
[out:json];
(
rel["name"="Brooks"][type=boundary];
rel["name:en"="Brooks"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Brooks
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Airport Road Addition | 27.218988 , -98.098093 |
Airport Road Addition Colonia | 27.214210 , -98.112230 |
Alto Colorado | 27.156710 , -98.126950 |
Cantu Addition | 27.201993 , -98.155678 |
Cantu Addition Number 1 Colonia | 27.202270 , -98.153340 |
Cantu Addition Number 2 Colonia | 27.202270 , -98.155280 |
Encino | 26.936338 , -98.115268 |
Falfurrias | 27.224389 , -98.145196 |
Flowella | 27.219963 , -98.064536 |
Hartland | 26.824780 , -98.147510 |
La India | 27.171990 , -98.127780 |
Noria Willie | 27.085600 , -98.127230 |
Papalote del Norte | 27.057830 , -98.070000 |
Rachal | 26.890050 , -98.135280 |
Tacubaya | 26.920050 , -98.274450 |
Notes:
- You can download geometry data for Brooks 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.