Download outline map of El Limón (geojson format) :
El Limón.geojson (**)
Download polygon array of El Limón map for "Google Maps" :
El Limón.txt
Bounding Box for El Limón Map : ( 19.772975 , -104.191946 , 19.929653 , -104.030198 )
Wikipedia ID for El Limón : Q3846815
Wikipedia SPARQL Query for El Limón (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q3846815 wdt:P1082 ?population. }
OPTIONAL { wd:Q3846815 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q3846815 wdt:P2046 ?area. }
OPTIONAL { wd:Q3846815 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q3846815 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q3846815 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 El Limón map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](19.772975, -104.191946, 19.929653, -104.030198);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (El Limón)
[out:json];
(
rel["name"="El Limón"][type=boundary];
rel["name:en"="El Limón"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of El Limón
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Acuicola las Garzas | 19.884790 , -104.066110 |
Apulquito | 19.868610 , -104.079170 |
Cal Buena | 19.786770 , -104.054580 |
El Arroyo la Estancia Los Ibarra | 19.830620 , -104.149360 |
El Derramadero | 19.833200 , -104.108940 |
El Jaguey de la Tejonera | 19.845710 , -104.109190 |
El Limón | 19.823448 , -104.155320 |
El Palmar de San Antonio | 19.891360 , -104.040680 |
El Recodo | 19.850880 , -104.089630 |
El Rodeo | 19.819070 , -104.102730 |
El Sanjon | 19.810670 , -104.181510 |
Hacual | 19.813900 , -104.082550 |
Jose Michel Ruiz | 19.826860 , -104.140180 |
Juan Cobian | 19.827950 , -104.111000 |
Juan Guzman | 19.790200 , -104.047200 |
La Cienega | 19.837790 , -104.137990 |
La Concepcion | 19.819800 , -104.126960 |
La Presa | 19.823030 , -104.141250 |
La Presa | 19.820440 , -104.170270 |
La Ringlera | 19.833040 , -104.133570 |
Lucita Michel | 19.815210 , -104.107580 |
Rancho Acoalt | 19.820200 , -104.082500 |
San Buenaventura | 19.793800 , -104.055270 |
San Juan de Amula | 19.833020 , -104.082670 |
San Miguel Hidalgo | 19.861140 , -104.082690 |
Notes:
- You can download geometry data for El Limón 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.