Download outline map of Coronango (geojson format) :
Coronango.geojson (**)
Download polygon array of Coronango map for "Google Maps" :
Coronango.txt
Bounding Box for Coronango Map : ( 19.098342 , -98.323499 , 19.174097 , -98.258937 )
Wikipedia ID for Coronango : Q1998853
Wikipedia SPARQL Query for Coronango (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1998853 wdt:P1082 ?population. }
OPTIONAL { wd:Q1998853 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1998853 wdt:P2046 ?area. }
OPTIONAL { wd:Q1998853 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1998853 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1998853 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 Coronango map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](19.098342, -98.323499, 19.174097, -98.258937);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Coronango)
[out:json];
(
rel["name"="Coronango"][type=boundary];
rel["name:en"="Coronango"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Coronango
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Chamizal | 19.148330 , -98.279170 |
Covarrubio | 19.138180 , -98.315520 |
Loma Bonita | 19.151520 , -98.276080 |
San Antonio Mihuacán | 19.151637 , -98.302993 |
San Antonio Mihuacan | 19.151070 , -98.305370 |
San Francisco Ocotlán (Ocotlán) | 19.129827 , -98.279296 |
San Isidro | 19.150130 , -98.281350 |
San Jose | 19.105000 , -98.279170 |
San Martin Zoquiapan | 19.131710 , -98.306830 |
Santa María Coronango | 19.122357 , -98.308064 |
Notes:
- You can download geometry data for Coronango 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.