Download outline map of Uvalde (geojson format) :
Uvalde.geojson (**)
Download polygon array of Uvalde map for "Google Maps" :
Uvalde.txt
Bounding Box for Uvalde Map : ( 29.086318 , -100.112309 , 29.627691 , -99.411725 )
Wikipedia ID for Uvalde : Q26697
Wikipedia SPARQL Query for Uvalde (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q26697 wdt:P1082 ?population. }
OPTIONAL { wd:Q26697 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q26697 wdt:P2046 ?area. }
OPTIONAL { wd:Q26697 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q26697 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q26697 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 Uvalde map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](29.086318, -100.112309, 29.627691, -99.411725);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Uvalde)
[out:json];
(
rel["name"="Uvalde"][type=boundary];
rel["name:en"="Uvalde"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Uvalde
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Blewett | 29.184960 , -100.030620 |
Brice Lane Colonia | 29.202180 , -99.781450 |
Cline | 29.243290 , -100.082840 |
Concan | 29.495230 , -99.712550 |
First Crossing | 29.495230 , -99.710890 |
Fort Clark Road Colonia | 29.201350 , -99.819220 |
Gonzales Colonia | 29.198300 , -99.804220 |
Haby Crossing | 29.328570 , -99.947280 |
Happy Hollow | 29.621890 , -99.753670 |
Knippa | 29.307609 , -99.632943 |
Laguna | 29.419120 , -100.005620 |
Long Crossing | 29.482450 , -99.550050 |
Magers Crossing | 29.576620 , -99.725060 |
Montell | 29.538010 , -100.011460 |
Nineteen Mile Crossing | 29.398010 , -100.002010 |
North Uvalde Colonia | 29.239130 , -99.802280 |
Reagan Wells | 29.538840 , -99.837000 |
Sabinal | 29.321325 , -99.469535 |
Second Crossing | 29.515230 , -99.697280 |
Smyth Crossing | 29.120520 , -99.887280 |
South Grove Street Colonia | 29.195240 , -99.786450 |
Third Crossing | 29.536340 , -99.713390 |
Trio | 29.402460 , -99.558380 |
Utopia | 29.618801 , -99.515315 |
Uvalde | 29.215354 , -99.778182 |
Uvalde Estates | 29.169467 , -99.832913 |
Uvalde Estates Colonia | 29.164130 , -99.832280 |
Vanessa Street Colonia | 29.194130 , -99.798390 |
Vanham Addition Colonia | 29.239130 , -99.794220 |
Waresville | 29.604950 , -99.522270 |
Notes:
- You can download geometry data for Uvalde 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.