Download outline map of Epatlán (geojson format) :
Epatlán.geojson (**)
Download polygon array of Epatlán map for "Google Maps" :
Epatlán.txt
Bounding Box for Epatlán Map : ( 18.562885 , -98.415947 , 18.667614 , -98.336755 )
Wikipedia ID for Epatlán : Q5382071
Wikipedia SPARQL Query for Epatlán (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q5382071 wdt:P1082 ?population. }
OPTIONAL { wd:Q5382071 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q5382071 wdt:P2046 ?area. }
OPTIONAL { wd:Q5382071 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q5382071 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q5382071 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 Epatlán map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](18.562885, -98.415947, 18.667614, -98.336755);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Epatlán)
[out:json];
(
rel["name"="Epatlán"][type=boundary];
rel["name:en"="Epatlán"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Epatlán
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Calihuaya | 18.611010 , -98.377480 |
Camino Ojo de Agua (El Resbaladero) | 18.649610 , -98.378320 |
Emiliano Zapata | 18.601670 , -98.392780 |
Las Tres Cruces | 18.607920 , -98.404260 |
San Juan Epatlán | 18.644639 , -98.369409 |
San Mateo Oxtotla | 18.607780 , -98.389440 |
San Miguel el Pedregal | 18.615470 , -98.391890 |
San Sebastian | 18.622670 , -98.380250 |
Santa Ana Necoxtla | 18.613120 , -98.383070 |
Tepeacatzingo | 18.605560 , -98.366940 |
Xalcoatl | 18.635890 , -98.345880 |
Xayultepec | 18.608290 , -98.371030 |
Notes:
- You can download geometry data for Epatlán 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.