Download outline map of Zapata (geojson format) :
Zapata.geojson (**)
Download polygon array of Zapata map for "Google Maps" :
Zapata.txt
Bounding Box for Zapata Map : ( 26.571682 , -99.453794 , 27.319174 , -98.954176 )
Wikipedia ID for Zapata : Q109298
Wikipedia SPARQL Query for Zapata (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q109298 wdt:P1082 ?population. }
OPTIONAL { wd:Q109298 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q109298 wdt:P2046 ?area. }
OPTIONAL { wd:Q109298 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q109298 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q109298 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 Zapata map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](26.571682, -99.453794, 27.319174, -98.954176);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Zapata)
[out:json];
(
rel["name"="Zapata"][type=boundary];
rel["name:en"="Zapata"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Zapata
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| A F Pierce Colonia | 26.904210 , -99.274200 |
| Alejandrenas | 26.777270 , -99.140310 |
| Black Bass | 26.877820 , -99.255040 |
| Buena Vista Colonia | 26.892260 , -99.266430 |
| Bustamante | 27.000870 , -99.111980 |
| Cuellar Colonia | 26.925320 , -99.262260 |
| Dolores Colonia | 27.275300 , -99.418370 |
| El Mezquital | 26.633330 , -99.183330 |
| Escobas | 27.062540 , -99.023640 |
| Falcon | 26.638110 , -99.095590 |
| Falcon Estates Colonia | 26.890320 , -99.265310 |
| Falcon Lake | 26.871710 , -99.255590 |
| Falcon Lake Estates | 26.871909 , -99.258479 |
| Falcon Mesa | 26.870641 , -99.290606 |
| Falcon Shores | 26.895870 , -99.253370 |
| Flores Addition Colonia | 26.912260 , -99.261430 |
| Four Seasons Colonia | 26.874210 , -99.293370 |
| Guadalupe | 27.142430 , -99.432180 |
| Guzman Colonia | 26.908370 , -99.263370 |
| Huisachitos | 26.866670 , -99.316670 |
| La Leona | 26.683330 , -99.200000 |
| La Sauceda | 26.666670 , -99.200000 |
| Lago Halcon A Colonia | 26.870320 , -99.256430 |
| Lakefront Lodge | 26.883090 , -99.273090 |
| Las Flores | 26.750000 , -99.233330 |
| Las Palmas | 26.951633 , -99.276013 |
| Linda Vista | 26.882260 , -99.279760 |
| Lopeño | 26.711834 , -99.100965 |
| Los Lobos | 26.606536 , -99.161263 |
| Manuel Medina Addition Colonia | 26.921430 , -99.259200 |
| Medina | 26.929014 , -99.261489 |
| Morales-Sanchez | 26.787616 , -99.114688 |
| Morgan's Lakefront Lodge Colonia | 26.884210 , -99.274200 |
| New Falcon | 26.638338 , -99.094747 |
| New Falcon Colonia | 26.639220 , -99.096420 |
| Ramireno | 26.616670 , -99.166670 |
| Ramireno | 27.014494 , -99.382198 |
| S Truman Phelps Colonia | 26.875870 , -99.302260 |
| San Francisco | 26.966670 , -99.383330 |
| San Ignacio Viejo Unit 2 Colonia | 27.017250 , -99.407260 |
| San Ygnacio | 27.048043 , -99.432049 |
| Siesta Shores | 26.854828 , -99.260516 |
| Siesta Shores 1 Colonia | 26.861430 , -99.254200 |
| Siesta Shores 3 Colonia | 26.856430 , -99.259200 |
| Siesta Shores Section A Colonia | 26.855320 , -99.253370 |
| Simoneno | 26.866670 , -99.283330 |
| Sunset Villa Colonia | 26.873370 , -99.298370 |
| Urebeno | 26.945870 , -99.314760 |
| Valle Verde Colonia | 27.049200 , -99.434210 |
| Zapata | 26.902623 , -99.261186 |
Notes:
- You can download geometry data for Zapata 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.