Download outline map of Baca (geojson format) :
Baca.geojson (**)
Download polygon array of Baca map for "Google Maps" :
Baca.txt
Bounding Box for Baca Map : ( 21.033992 , -89.444312 , 21.234626 , -89.340093 )
Wikipedia ID for Baca : Q2575651
Wikipedia SPARQL Query for Baca (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q2575651 wdt:P1082 ?population. }
OPTIONAL { wd:Q2575651 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q2575651 wdt:P2046 ?area. }
OPTIONAL { wd:Q2575651 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q2575651 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q2575651 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 Baca map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](21.033992, -89.444312, 21.234626, -89.340093);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Baca)
[out:json];
(
rel["name"="Baca"][type=boundary];
rel["name:en"="Baca"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Baca
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Baca | 21.110226 , -89.398775 |
| Baxactun | 21.105920 , -89.354720 |
| Chen Paloma | 21.176610 , -89.425030 |
| Cipche | 21.100000 , -89.366670 |
| Esmeralda | 21.106110 , -89.388330 |
| Kamas | 21.180590 , -89.414650 |
| Kankabchen Gamboa | 21.084440 , -89.382500 |
| La Comunidad | 21.104440 , -89.357780 |
| Las Bugambilias | 21.102400 , -89.359490 |
| Los Conejos [Club de Tiro] | 21.076670 , -89.376110 |
| Nidia | 21.083610 , -89.399170 |
| Nocac | 21.150000 , -89.400000 |
| Nok Ak | 21.159440 , -89.401670 |
| Pakchen | 21.194620 , -89.432710 |
| Petcan | 21.141350 , -89.407250 |
| Put-Ku | 21.096670 , -89.369440 |
| San Antonio Acu | 21.056680 , -89.385160 |
| San Antonio Yax Ic | 21.067340 , -89.380390 |
| San Isidro | 21.155810 , -89.413710 |
| San Isidro Kuxub | 21.127320 , -89.392800 |
| San Jose | 21.106760 , -89.429160 |
| San Manuel | 21.197800 , -89.420580 |
| Santa Cruz Chinic | 21.172250 , -89.418200 |
| Santa Cruz Dziuche | 21.169300 , -89.426210 |
| Santa Cruz Sabila | 21.153960 , -89.420960 |
| Santa Cruz Xcolli | 21.121040 , -89.382920 |
| Santa Maria | 21.092750 , -89.376120 |
| Santo Domingo | 21.094930 , -89.402140 |
| Tixkunchell | 21.079880 , -89.397700 |
| Tres Reyes | 21.187780 , -89.422640 |
| Xcocil | 21.148470 , -89.380410 |
| Xtuk | 21.145170 , -89.425340 |
Notes:
- You can download geometry data for Baca 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.