Download outline map of Palmillas (geojson format) :
Palmillas.geojson (**)
Download polygon array of Palmillas map for "Google Maps" :
Palmillas.txt
Bounding Box for Palmillas Map : ( 23.074933 , -99.654871 , 23.455921 , -99.472374 )
Wikipedia ID for Palmillas : Q4936726
Wikipedia SPARQL Query for Palmillas (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q4936726 wdt:P1082 ?population. }
OPTIONAL { wd:Q4936726 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q4936726 wdt:P2046 ?area. }
OPTIONAL { wd:Q4936726 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q4936726 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q4936726 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 Palmillas map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](23.074933, -99.654871, 23.455921, -99.472374);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Palmillas)
[out:json];
(
rel["name"="Palmillas"][type=boundary];
rel["name:en"="Palmillas"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Palmillas
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Cuartos | 23.250000 , -99.550000 |
El Aguacate | 23.157500 , -99.529440 |
El Llano de Azuas | 23.168690 , -99.559710 |
El Naranjo | 23.134680 , -99.540800 |
El Terrero (El Balcon) | 23.195420 , -99.539030 |
La Compuerta | 23.223390 , -99.536850 |
La Concepcion | 23.146620 , -99.542340 |
La Cuesta | 23.121110 , -99.529990 |
La Mora | 23.184100 , -99.560110 |
La Sabanilla | 23.321780 , -99.576500 |
Las Enramadas | 23.349980 , -99.525040 |
Loma Larga | 23.216670 , -99.566670 |
Los Arrieros | 23.297120 , -99.613200 |
Los Perez | 23.136560 , -99.533380 |
Ojo de Agua de la Vaca | 23.184440 , -99.560000 |
Palmillas | 23.303521 , -99.549486 |
Paso de Vaca | 23.382810 , -99.506920 |
Paso del Durazno | 23.157710 , -99.530350 |
Pedro Diaz | 23.250000 , -99.583330 |
Rancho Verde | 23.264140 , -99.574970 |
Salitrillo | 23.164430 , -99.546350 |
San Antonio | 23.134890 , -99.561400 |
San Francisco (Nemesio Vargas) | 23.382500 , -99.609440 |
San Jose de Palmillas | 23.140560 , -99.528890 |
San Manuel | 23.361350 , -99.517330 |
San Vicente | 23.136280 , -99.558050 |
Santa Sofia | 23.216670 , -99.550000 |
Seis de Abril | 23.216850 , -99.552400 |
Teran | 23.233330 , -99.566670 |
Notes:
- You can download geometry data for Palmillas 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.