Download outline map of Libres (geojson format) :
Libres.geojson (**)
Download polygon array of Libres map for "Google Maps" :
Libres.txt
Bounding Box for Libres Map : ( 19.36511 , -97.797751 , 19.542539 , -97.539017 )
Wikipedia ID for Libres : Q2330365
Wikipedia SPARQL Query for Libres (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q2330365 wdt:P1082 ?population. }
OPTIONAL { wd:Q2330365 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q2330365 wdt:P2046 ?area. }
OPTIONAL { wd:Q2330365 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q2330365 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q2330365 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 Libres map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](19.36511, -97.797751, 19.542539, -97.539017);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Libres)
[out:json];
(
rel["name"="Libres"][type=boundary];
rel["name:en"="Libres"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Libres
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Agua Clara | 19.483720 , -97.654940 |
| Ahuateno | 19.484270 , -97.721490 |
| Alvaro Obergon | 19.444000 , -97.677800 |
| Alvaro Obregon (San Francisco) | 19.444170 , -97.678610 |
| Atenquique | 19.464830 , -97.611620 |
| Atlapaleca | 19.456220 , -97.577440 |
| Ayehualaco (San Martin) | 19.438330 , -97.706670 |
| Bella Vista | 19.533330 , -97.762220 |
| Cacaloco | 19.484320 , -97.693120 |
| Campo Real | 19.459280 , -97.654120 |
| Ciudad de Libres | 19.464928 , -97.687455 |
| Coyotepec | 19.458450 , -97.596330 |
| Cuauhtzolco | 19.485830 , -97.679720 |
| El Crucero | 19.510210 , -97.751140 |
| El Guayin | 19.453450 , -97.642450 |
| Garibaldi | 19.460030 , -97.674740 |
| Guerrero | 19.432780 , -97.687500 |
| La Canada | 19.498980 , -97.734000 |
| La Concha | 19.450280 , -97.675680 |
| La Esperanza | 19.483340 , -97.682350 |
| La Frontera | 19.517320 , -97.675200 |
| La Noria | 19.425670 , -97.636060 |
| La Noria Gonzalez Covarrubias | 19.420280 , -97.699170 |
| Las Chapas | 19.534710 , -97.753470 |
| Loma Bonita | 19.494780 , -97.674290 |
| Los Sauces | 19.451110 , -97.706670 |
| Mitimaya | 19.447930 , -97.728860 |
| Morelos | 19.498440 , -97.648930 |
| Nuevo Mexico | 19.454920 , -97.617570 |
| Pedernales | 19.513360 , -97.769040 |
| Progreso | 19.488330 , -97.677220 |
| Rancho Viejo | 19.522500 , -97.718890 |
| San Jeronimo Palmaritos | 19.527330 , -97.661890 |
| San Jose la Libertad | 19.479520 , -97.704250 |
| San Martin | 19.494370 , -97.687270 |
| Santa Julia | 19.514630 , -97.596310 |
| Santiago Quetzoltepec | 19.482330 , -97.566890 |
| Teacalco | 19.418120 , -97.681950 |
| Tehuatzingo | 19.520680 , -97.677630 |
| Teoloyucan | 19.430930 , -97.616140 |
| Timimilco | 19.489550 , -97.769120 |
| Tlalayotla | 19.418850 , -97.692520 |
| Tlazacoalco | 19.484140 , -97.712920 |
| Toluca | 19.465970 , -97.712000 |
| Varela | 19.444830 , -97.564670 |
| Villa Montana | 19.479720 , -97.695560 |
| Xaltepec | 19.482370 , -97.666000 |
Notes:
- You can download geometry data for Libres 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.