Download outline map of Chanal (geojson format) :
Chanal.geojson (**)
Download polygon array of Chanal map for "Google Maps" :
Chanal.txt
Bounding Box for Chanal Map : ( 16.493405 , -92.387603 , 16.715991 , -92.019185 )
Wikipedia ID for Chanal : Q1553479
Wikipedia SPARQL Query for Chanal (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1553479 wdt:P1082 ?population. }
OPTIONAL { wd:Q1553479 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1553479 wdt:P2046 ?area. }
OPTIONAL { wd:Q1553479 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1553479 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1553479 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 Chanal map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](16.493405, -92.387603, 16.715991, -92.019185);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Chanal)
[out:json];
(
rel["name"="Chanal"][type=boundary];
rel["name:en"="Chanal"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Chanal
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Barrio Pamal Aquil | 16.665470 , -92.264670 |
Chanal | 16.654434 , -92.261121 |
Chanalito | 16.710000 , -92.303060 |
Cruztanaj | 16.534440 , -92.249440 |
El Carmen | 16.616670 , -92.366670 |
Frontera Mexiquito | 16.538330 , -92.163330 |
Jesultic | 16.636110 , -92.166670 |
La Mendoza | 16.680560 , -92.025830 |
La Ventana | 16.582500 , -92.292220 |
Naranjal | 16.694640 , -92.105970 |
Natilton | 16.527830 , -92.210990 |
Nuevo Porvenir | 16.677780 , -92.158330 |
Onilja | 16.538530 , -92.190800 |
Sajanich | 16.552190 , -92.170980 |
Sakchilbate | 16.686390 , -92.087780 |
Sakilchen | 16.667490 , -92.160300 |
San Antonio | 16.661110 , -92.275280 |
San Isidro la Florecilla | 16.584720 , -92.343330 |
San Jose Tzibalche | 16.616110 , -92.313060 |
Saquilchen | 16.667780 , -92.159170 |
Siberia | 16.617870 , -92.293250 |
Notes:
- You can download geometry data for Chanal 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.