Download outline map of Zavala (geojson format) :
Zavala.geojson (**)
Download polygon array of Zavala map for "Google Maps" :
Zavala.txt
Bounding Box for Zavala Map : ( 28.640512 , -100.114338 , 29.091335 , -99.408764 )
Wikipedia ID for Zavala : Q110407
Wikipedia SPARQL Query for Zavala (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q110407 wdt:P1082 ?population. }
OPTIONAL { wd:Q110407 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q110407 wdt:P2046 ?area. }
OPTIONAL { wd:Q110407 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q110407 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q110407 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 Zavala map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](28.640512, -100.114338, 29.091335, -99.408764);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Zavala)
[out:json];
(
rel["name"="Zavala"][type=boundary];
rel["name:en"="Zavala"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Zavala
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Amaya | 28.712069 , -99.835280 |
Amaya Colonia | 28.710260 , -99.835330 |
Batesville | 28.955190 , -99.623780 |
Bee Crest Colonia | 28.742200 , -99.858390 |
Bushy Creek Colonia | 28.699150 , -99.831440 |
Camposanto-Elcometa Colonia | 28.698310 , -99.836440 |
Chula Vista | 28.656343 , -99.807701 |
Cometa | 28.664700 , -100.019230 |
Crystal City | 28.690847 , -99.825713 |
La Hacienda Estates Number 2 Colonia | 28.684150 , -99.810330 |
La Pryor | 28.948653 , -99.848296 |
Las Colonias | 28.731640 , -99.830330 |
Las Colonias | 28.723690 , -99.832340 |
Loma Grande | 28.722077 , -99.832709 |
Loma Grande Colonia | 28.722200 , -99.833390 |
Popeye Lake Colonia | 28.668310 , -99.819220 |
River Spur | 28.660810 , -99.803110 |
Triangula Colonia | 28.721370 , -99.838390 |
Notes:
- You can download geometry data for Zavala 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.