Download outline map of Atolinga (geojson format) :
Atolinga.geojson (**)
Download polygon array of Atolinga map for "Google Maps" :
Atolinga.txt
Bounding Box for Atolinga Map : ( 21.635021 , -103.572627 , 21.896432 , -103.308655 )
Wikipedia ID for Atolinga : Q4817184
Wikipedia SPARQL Query for Atolinga (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q4817184 wdt:P1082 ?population. }
OPTIONAL { wd:Q4817184 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q4817184 wdt:P2046 ?area. }
OPTIONAL { wd:Q4817184 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q4817184 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q4817184 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 Atolinga map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](21.635021, -103.572627, 21.896432, -103.308655);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Atolinga)
[out:json];
(
rel["name"="Atolinga"][type=boundary];
rel["name:en"="Atolinga"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Atolinga
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Adobes | 21.751150 , -103.473000 |
Atolinga | 21.806149 , -103.464729 |
Bajio de Gonzalez | 21.800830 , -103.501940 |
Cerrito Pelon | 21.817050 , -103.424950 |
Charcuelos | 21.805830 , -103.403610 |
El Durazno | 21.792270 , -103.421310 |
El Laurel | 21.815700 , -103.386190 |
El Maguey | 21.778100 , -103.504460 |
Juanton | 21.863040 , -103.404170 |
La Bolsa | 21.791930 , -103.544950 |
La Cienega | 21.669440 , -103.533890 |
La Estancia | 21.727780 , -103.482500 |
La Joya | 21.834840 , -103.459040 |
La Lagunilla (La Casa de los Huicholes) | 21.799440 , -103.465830 |
La Lagunita | 21.796830 , -103.469420 |
Laguna Grande | 21.767740 , -103.444920 |
Laguna Grande | 21.770670 , -103.448470 |
Lagunas | 21.830020 , -103.349430 |
Las Mestenas | 21.815920 , -103.507400 |
Las Minas | 21.787870 , -103.468170 |
Los Velas | 21.753760 , -103.419620 |
Nacaxquilco | 21.696390 , -103.471390 |
Ojo de Agua de Bugarin (Ojo de Agua) | 21.738060 , -103.489170 |
Salisflor | 21.814720 , -103.440830 |
Talpa | 21.834650 , -103.378150 |
Tapias Chicas | 21.748060 , -103.427780 |
Tapias Grandes | 21.734720 , -103.429720 |
Terreros | 21.849170 , -103.366390 |
Villa Hidalgo | 21.729590 , -103.452870 |
Notes:
- You can download geometry data for Atolinga 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.