Download outline map of Progreso (geojson format) :
Progreso.geojson (**)
Download polygon array of Progreso map for "Google Maps" :
Progreso.txt
Bounding Box for Progreso Map : ( 21.14214 , -92.0816 , 22.6138 , -89.487339 )
Wikipedia ID for Progreso : Q2448553
Wikipedia SPARQL Query for Progreso (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q2448553 wdt:P1082 ?population. }
OPTIONAL { wd:Q2448553 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q2448553 wdt:P2046 ?area. }
OPTIONAL { wd:Q2448553 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q2448553 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q2448553 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 Progreso map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](21.14214, -92.0816, 22.6138, -89.487339);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Progreso)
[out:json];
(
rel["name"="Progreso"][type=boundary];
rel["name:en"="Progreso"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Progreso
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Campestre Flamboyanes | 21.210623 , -89.660334 |
Chelem | 21.268127 , -89.743928 |
Chen Huayun | 21.226640 , -89.534290 |
Chicxulub (Chicxulub Puerto) | 21.300008 , -89.573595 |
Chicxulub Puerto | 21.296180 , -89.598670 |
Chuburná | 21.255855 , -89.800821 |
Costa Dorada | 21.306640 , -89.552840 |
Diana Milan | 21.301850 , -89.564330 |
Ebenzer | 21.175010 , -89.650610 |
El Paraiso | 21.193060 , -89.650560 |
Emmanuel | 21.211380 , -89.649950 |
Ha Uay | 21.316390 , -89.489720 |
Huaymitun | 21.313190 , -89.512300 |
Las Brisas | 21.310730 , -89.530390 |
Los Flamencos | 21.311400 , -89.524310 |
Montesino | 21.183610 , -89.650560 |
Paraiso | 21.314990 , -89.497010 |
Progreso | 21.283241 , -89.672666 |
San Ignacio | 21.159880 , -89.655900 |
San Jose | 21.240840 , -89.531910 |
San Luis | 21.208860 , -89.649800 |
San Rafael | 21.177770 , -89.650830 |
Tropical Riviera | 21.309310 , -89.539470 |
Xculucya | 21.283330 , -89.666670 |
Xtuul | 21.250000 , -89.816670 |
Notes:
- You can download geometry data for Progreso 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.