Download outline map of Pacula (geojson format) :
Pacula.geojson (**)
Download polygon array of Pacula map for "Google Maps" :
Pacula.txt
Bounding Box for Pacula Map : ( 20.858526 , -99.407606 , 21.147313 , -99.222577 )
Wikipedia ID for Pacula : Q3887827
Wikipedia SPARQL Query for Pacula (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q3887827 wdt:P1082 ?population. }
OPTIONAL { wd:Q3887827 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q3887827 wdt:P2046 ?area. }
OPTIONAL { wd:Q3887827 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q3887827 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q3887827 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 Pacula map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](20.858526, -99.407606, 21.147313, -99.222577);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Pacula)
[out:json];
(
rel["name"="Pacula"][type=boundary];
rel["name:en"="Pacula"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Pacula
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Apopuxco | 21.088330 , -99.272780 |
Canoas | 20.951250 , -99.319560 |
El Aguacatito | 20.893330 , -99.378890 |
El Baile | 20.926640 , -99.382180 |
El Devisadero | 20.900830 , -99.341940 |
El Fraile | 20.948860 , -99.367980 |
El Huizachal | 21.029040 , -99.227870 |
El Mezquite | 20.894090 , -99.287880 |
Jagueey Colorado | 20.910000 , -99.288340 |
Jela Juanico | 21.016670 , -99.233330 |
Jiliapan | 20.981110 , -99.343610 |
Jinapan | 20.983330 , -99.343060 |
La Calera | 20.998330 , -99.316390 |
La Concordia | 20.900000 , -99.383330 |
La Hoya | 20.992450 , -99.285480 |
La Mohonera | 20.892620 , -99.315350 |
La Puerta | 20.985670 , -99.305610 |
Lagunillas | 21.087700 , -99.319980 |
Las Adjuntas | 20.941060 , -99.282120 |
Licenciado Javier Rojo Gomez | 20.873950 , -99.328550 |
Loma de los Naranjos | 21.016310 , -99.342470 |
Los Corrales | 20.911540 , -99.342900 |
Los Fresnos | 20.971660 , -99.327970 |
Mesa del Chilar | 21.117120 , -99.309690 |
Milpas Viejas | 20.933190 , -99.343090 |
Mina la Negra | 20.964720 , -99.346540 |
Mixquiahuales | 21.009720 , -99.361110 |
Ojo de Agua | 21.103900 , -99.302990 |
Pacula | 21.049833 , -99.295413 |
Paso del Membrillal | 20.954620 , -99.390540 |
Potrerillos | 20.975500 , -99.303420 |
Presidio | 21.050000 , -99.316670 |
Puerto Grande | 20.905730 , -99.327700 |
Rancho Nuevo | 20.956410 , -99.292070 |
San Francisco | 20.979010 , -99.358460 |
Santa Clara | 21.083330 , -99.350000 |
Saucillo | 20.950780 , -99.331300 |
Vicente Guerrero | 21.052070 , -99.311510 |
Volantin | 21.000000 , -99.383330 |
Notes:
- You can download geometry data for Pacula 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.