Download outline map of Pilcaya (geojson format) :
Pilcaya.geojson (**)
Download polygon array of Pilcaya map for "Google Maps" :
Pilcaya.txt
Bounding Box for Pilcaya Map : ( 18.645165 , -99.738831 , 18.786337 , -99.480163 )
Wikipedia ID for Pilcaya : Q7193833
Wikipedia SPARQL Query for Pilcaya (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q7193833 wdt:P1082 ?population. }
OPTIONAL { wd:Q7193833 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q7193833 wdt:P2046 ?area. }
OPTIONAL { wd:Q7193833 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q7193833 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q7193833 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 Pilcaya map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](18.645165, -99.738831, 18.786337, -99.480163);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Pilcaya)
[out:json];
(
rel["name"="Pilcaya"][type=boundary];
rel["name:en"="Pilcaya"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Pilcaya
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Amatitlan | 18.669580 , -99.610770 |
Bordo Mora | 18.705590 , -99.696980 |
Cacahuamilpa | 18.683330 , -99.500000 |
Chichila | 18.713150 , -99.651650 |
Chimaltitlan | 18.670760 , -99.611250 |
Cieneguilla | 18.733330 , -99.600000 |
Crucero de Grutas (Grutas de Cacahuamilpa) | 18.671940 , -99.510280 |
Cuitlapa | 18.694560 , -99.624240 |
El Bosque | 18.706270 , -99.689570 |
El Colorin | 18.727950 , -99.662810 |
El Mogote | 18.679970 , -99.563770 |
El Platanar | 18.712780 , -99.687500 |
El Refugio | 18.708630 , -99.678760 |
El Transformador | 18.672250 , -99.490120 |
El Uvalar | 18.683640 , -99.603410 |
Juchimilpa | 18.711040 , -99.701190 |
La Concepcion (La Concha) | 18.767780 , -99.692500 |
La Joya | 18.677170 , -99.587650 |
La Quinta | 18.744550 , -99.660190 |
Llano Chiquito | 18.751670 , -99.665830 |
Llano Grande de San Miguel (Arroyo del Muerto) | 18.740340 , -99.667830 |
Los Cerritos | 18.712370 , -99.499250 |
Los Llanitos | 18.677920 , -99.603290 |
Los Puentes | 18.716700 , -99.671550 |
Los Sauces | 18.696290 , -99.672530 |
Ninguno | 18.761990 , -99.681710 |
Nombre de Dios | 18.737110 , -99.725660 |
Piedras Negras | 18.717150 , -99.606450 |
Pilcaya | 18.746596 , -99.674001 |
Poza Larga (Puente Cristo) | 18.756900 , -99.671940 |
Salado | 18.716670 , -99.633330 |
San Andres Uno | 18.748240 , -99.681970 |
Santa Maria | 18.684070 , -99.660590 |
Santa Teresa | 18.693330 , -99.485000 |
Tecuanipa | 18.688940 , -99.606060 |
Notes:
- You can download geometry data for Pilcaya 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.