Download outline map of Lafragua (geojson format) :
Lafragua.geojson (**)
Download polygon array of Lafragua map for "Google Maps" :
Lafragua.txt
Bounding Box for Lafragua Map : ( 19.181592 , -97.379403 , 19.387344 , -97.204676 )
Wikipedia ID for Lafragua : Q5479464
Wikipedia SPARQL Query for Lafragua (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q5479464 wdt:P1082 ?population. }
OPTIONAL { wd:Q5479464 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q5479464 wdt:P2046 ?area. }
OPTIONAL { wd:Q5479464 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q5479464 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q5479464 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 Lafragua map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](19.181592, -97.379403, 19.387344, -97.204676);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Lafragua)
[out:json];
(
rel["name"="Lafragua"][type=boundary];
rel["name:en"="Lafragua"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Lafragua
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Agua de la Mina | 19.309420 , -97.279450 |
Cuauhtemoc | 19.223060 , -97.338330 |
Cuecuetlo | 19.333330 , -97.266670 |
El Manzanal | 19.361460 , -97.283320 |
Francisco I. Madero (El Sabinal) | 19.248060 , -97.344720 |
Gonzalez Ortega | 19.342680 , -97.270230 |
La Barranca | 19.327400 , -97.213910 |
La Ermita | 19.337500 , -97.258330 |
Las Trancas | 19.318640 , -97.285990 |
Loma Bonita (Santa Cruz) | 19.315530 , -97.274140 |
Los Capulines | 19.321510 , -97.279100 |
Los Viveros | 19.376670 , -97.342780 |
Patlanalán | 19.251220 , -97.275550 |
Saltillo | 19.296038 , -97.296882 |
San Isidro | 19.226330 , -97.360750 |
Santa Ana | 19.253110 , -97.321610 |
Notes:
- You can download geometry data for Lafragua 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.