Download outline map of Chapala (geojson format) :
Chapala.geojson (**)
Download polygon array of Chapala map for "Google Maps" :
Chapala.txt
Bounding Box for Chapala Map : ( 20.152605 , -103.422011 , 20.406563 , -103.022948 )
Wikipedia ID for Chapala : Q5260647
Wikipedia SPARQL Query for Chapala (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q5260647 wdt:P1082 ?population. }
OPTIONAL { wd:Q5260647 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q5260647 wdt:P2046 ?area. }
OPTIONAL { wd:Q5260647 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q5260647 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q5260647 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 Chapala map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](20.152605, -103.422011, 20.406563, -103.022948);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Chapala)
[out:json];
(
rel["name"="Chapala"][type=boundary];
rel["name:en"="Chapala"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Chapala
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Ajijic | 20.299554 , -103.268815 |
Arroyo Hondo | 20.312500 , -103.176940 |
Atotonilquillo | 20.392577 , -103.120086 |
Chapala | 20.298036 , -103.191065 |
El Bajio | 20.293610 , -103.298060 |
El Camichin | 20.376670 , -103.117780 |
El Cuije | 20.307220 , -103.205560 |
El Llano | 20.321110 , -103.147500 |
Hacienda de la Labor | 20.316390 , -103.173330 |
La Antena | 20.316670 , -103.188060 |
La Curva | 20.306110 , -103.175830 |
La Guayabera de Pablo Loza | 20.301290 , -103.202320 |
La Huerta de Ciba | 20.396940 , -103.116390 |
La Pista (Ultra Ligeros de Chapala) | 20.311680 , -103.162460 |
La Tepamera (La Calerita) | 20.366670 , -103.111110 |
Las Huertas [Balneario] | 20.398060 , -103.110000 |
Lo del Padre Goyito | 20.310830 , -103.189720 |
Los Coyotes | 20.304440 , -103.220830 |
Los Galapagos | 20.321670 , -103.115000 |
Los Sabinos | 20.317780 , -103.138610 |
Presa Corona | 20.396670 , -103.089720 |
Puerta Pesada | 20.308330 , -103.180830 |
Rancho Santa Monica | 20.318060 , -103.200280 |
San Antonio Tlayacapan | 20.295553 , -103.232895 |
San Antonio Tlayacapan | 20.299540 , -103.255470 |
San Nicolás de Ibarra | 20.329820 , -103.128810 |
San Vicente (La Cristina) | 20.297500 , -103.301390 |
Santa Cruz de la Soledad | 20.317460 , -103.158600 |
Santa Julia [Industrial Ganadera] | 20.401110 , -103.120830 |
Tres Canadas (El Estrellon) | 20.296670 , -103.296670 |
Vista del Lago (Country Club de Chapala) | 20.339720 , -103.121390 |
Notes:
- You can download geometry data for Chapala 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.