Download outline map of Coroneo (geojson format) :
Coroneo.geojson (**)
Download polygon array of Coroneo map for "Google Maps" :
Coroneo.txt
Bounding Box for Coroneo Map : ( 20.126486 , -100.449426 , 20.306849 , -100.323558 )
Wikipedia ID for Coroneo : Q20209179
Wikipedia SPARQL Query for Coroneo (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q20209179 wdt:P1082 ?population. }
OPTIONAL { wd:Q20209179 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q20209179 wdt:P2046 ?area. }
OPTIONAL { wd:Q20209179 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q20209179 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q20209179 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 Coroneo map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](20.126486, -100.449426, 20.306849, -100.323558);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Coroneo)
[out:json];
(
rel["name"="Coroneo"][type=boundary];
rel["name:en"="Coroneo"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Coroneo
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Acatlan | 20.177530 , -100.387810 |
Arroyo del Durazno | 20.211670 , -100.359720 |
Bodo Norte | 20.207500 , -100.377500 |
Bodo Sur | 20.196440 , -100.375420 |
Cebolletas | 20.259440 , -100.382780 |
Cerro Colorado | 20.235000 , -100.354440 |
Cerro Prieto Oriente | 20.240000 , -100.388610 |
Cerro Prieto Poniente | 20.218670 , -100.421200 |
Coroneo | 20.201773 , -100.368381 |
El Calvario | 20.198930 , -100.372890 |
El Capulin | 20.222930 , -100.359000 |
El Espinazo (Loma Bonita) | 20.263330 , -100.347780 |
El Lindero | 20.278870 , -100.380810 |
El Puertecito | 20.159440 , -100.391670 |
El Sauz de Cebolletas | 20.262770 , -100.375160 |
La Cebolleta | 20.268330 , -100.372500 |
La Cruz del Pastor | 20.147560 , -100.414700 |
La Huerta | 20.186010 , -100.416650 |
La Presa | 20.237500 , -100.369170 |
La Purisima | 20.186170 , -100.372320 |
La Tortuga | 20.186390 , -100.373890 |
La Venta Norte | 20.184170 , -100.353610 |
La Viborilla | 20.168890 , -100.370000 |
Las Pilas | 20.181390 , -100.393330 |
Piedra Larga | 20.261540 , -100.333920 |
Salto de Leon | 20.151680 , -100.370450 |
Santa Cruz | 20.215650 , -100.368650 |
Tacambarillo | 20.200000 , -100.366670 |
Notes:
- You can download geometry data for Coroneo 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.