Download outline map of Olintla (geojson format) :
Olintla.geojson (**)
Download polygon array of Olintla map for "Google Maps" :
Olintla.txt
Bounding Box for Olintla Map : ( 20.045095 , -97.728926 , 20.183227 , -97.621065 )
Wikipedia ID for Olintla : Q1997963
Wikipedia SPARQL Query for Olintla (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1997963 wdt:P1082 ?population. }
OPTIONAL { wd:Q1997963 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1997963 wdt:P2046 ?area. }
OPTIONAL { wd:Q1997963 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1997963 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1997963 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 Olintla map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](20.045095, -97.728926, 20.183227, -97.621065);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Olintla)
[out:json];
(
rel["name"="Olintla"][type=boundary];
rel["name:en"="Olintla"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Olintla
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Caztin | 20.146390 , -97.638330 |
Chipahuatlan | 20.061110 , -97.688610 |
Dimas Lopez | 20.160610 , -97.636710 |
El Guayabo | 20.107500 , -97.689440 |
Ignacio Zaragoza | 20.121680 , -97.686310 |
La Libertad | 20.093880 , -97.681910 |
Lacapan Camallagne | 20.128620 , -97.653430 |
Las Lajas | 20.164390 , -97.647590 |
Lekaschquiguee | 20.127560 , -97.671070 |
Lkuyum Chuchut | 20.134090 , -97.642190 |
Lugua | 20.087160 , -97.674980 |
Mocot | 20.120000 , -97.679450 |
Olintla | 20.102612 , -97.683495 |
Pasuanca | 20.166140 , -97.629330 |
Pumacachocochuchut | 20.116110 , -97.647220 |
Sanganat | 20.084170 , -97.685000 |
Santa Barbara | 20.106950 , -97.685830 |
Santa Catarina | 20.144030 , -97.655250 |
Scontaman | 20.121050 , -97.663840 |
Sujat | 20.152420 , -97.644170 |
Sutic | 20.110070 , -97.664140 |
Talpan | 20.112770 , -97.681950 |
Vicente Guerrero | 20.123220 , -97.654170 |
Xpiyut | 20.172550 , -97.639020 |
Zum Reforma | 20.104150 , -97.695360 |
Zun Reforma | 20.101950 , -97.695000 |
Notes:
- You can download geometry data for Olintla 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.