Download outline map of Zoquiapan (geojson format) :
Zoquiapan.geojson (**)
Download polygon array of Zoquiapan map for "Google Maps" :
Zoquiapan.txt
Bounding Box for Zoquiapan Map : ( 19.98342 , -97.619123 , 20.131645 , -97.446369 )
Wikipedia ID for Zoquiapan : Q10838571
Wikipedia SPARQL Query for Zoquiapan (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q10838571 wdt:P1082 ?population. }
OPTIONAL { wd:Q10838571 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q10838571 wdt:P2046 ?area. }
OPTIONAL { wd:Q10838571 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q10838571 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q10838571 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 Zoquiapan map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](19.98342, -97.619123, 20.131645, -97.446369);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Zoquiapan)
[out:json];
(
rel["name"="Zoquiapan"][type=boundary];
rel["name:en"="Zoquiapan"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Zoquiapan
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Acateno | 19.998750 , -97.591630 |
Amatlan | 20.123240 , -97.471580 |
Ayotox | 20.003890 , -97.602230 |
Cacaloteco | 20.003610 , -97.606660 |
Calacuahutla | 20.015270 , -97.586840 |
Corralteno | 20.011900 , -97.597650 |
Coyoltitlan | 20.105830 , -97.461940 |
Cuescomaco | 20.007820 , -97.605070 |
El Arenal | 20.005620 , -97.585190 |
Iztahuata | 20.001670 , -97.593780 |
San Antonio Buenavista | 19.994440 , -97.599170 |
Tahican | 19.999720 , -97.588560 |
Takexpan | 20.011270 , -97.598200 |
Tecuapan | 19.999750 , -97.592380 |
Yoloxochico | 20.011640 , -97.594390 |
Zacatilihuic | 20.005560 , -97.593060 |
Zoquiapan | 20.006251 , -97.596136 |
Zoquiopan | 20.008980 , -97.596060 |
Notes:
- You can download geometry data for Zoquiapan 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.