Dolores (Petén) Map Cropping Samples
Dolores (Petén) Map Cropping Samples-1
Dolores (Petén) Map Cropping Samples-2
Dolores neighborhoods and villages map with 3D shadow effect
flag map of Dolores with 3D shadow effect
Dolores map with 3d shadow effect
Download outline map of Dolores (geojson format) :
Dolores.geojson (**)
Download polygon array of Dolores map for "Google Maps" :
Dolores.txt
Bounding Box for Dolores Map : ( 16.208801 , -90.080734 , 16.917019 , -89.166095 )
Wikipedia ID for Dolores : Q989812
Wikipedia SPARQL Query for Dolores (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q989812 wdt:P1082 ?population. }
OPTIONAL { wd:Q989812 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q989812 wdt:P2046 ?area. }
OPTIONAL { wd:Q989812 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q989812 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q989812 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 Dolores map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](16.208801, -90.080734, 16.917019, -89.166095);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Dolores)
[out:json];
(
rel["name"="Dolores"][type=boundary];
rel["name:en"="Dolores"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Dolores
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Chaquiex | 16.444170 , -89.432220 |
Colpeten | 16.616670 , -89.583330 |
Cristo Rey | 16.600000 , -89.533330 |
Dolores | 16.514170 , -89.415830 |
El Campo | 16.616670 , -89.500000 |
Ixcoxol | 16.447780 , -89.434720 |
La Puente | 16.616670 , -89.550000 |
Limon | 16.541670 , -89.293330 |
Lupercia | 16.610280 , -89.491670 |
Rio Poxte | 16.400000 , -89.900000 |
Santa Amelia II | 16.286920 , -90.051530 |
Santa Rita | 16.326080 , -90.012950 |
Santo Domingo | 16.419170 , -89.443610 |
Santo Toribio | 16.616670 , -89.516670 |
Yaltutu | 16.400560 , -89.482780 |
Yaltutu | 16.560000 , -89.472780 |
Notes:
- You can download geometry data for Dolores 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.