Download outline map of Flores (geojson format) :
Flores.geojson (**)
Download polygon array of Flores map for "Google Maps" :
Flores.txt
Bounding Box for Flores Map : ( 16.899145 , -89.909648 , 17.814421 , -89.328283 )
Wikipedia ID for Flores : Q679383
Wikipedia SPARQL Query for Flores (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q679383 wdt:P1082 ?population. }
OPTIONAL { wd:Q679383 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q679383 wdt:P2046 ?area. }
OPTIONAL { wd:Q679383 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q679383 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q679383 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 Flores map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](16.899145, -89.909648, 17.814421, -89.328283);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Flores)
[out:json];
(
rel["name"="Flores"][type=boundary];
rel["name:en"="Flores"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Flores
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Aguadas Nuevas | 17.020940 , -89.545840 |
Dos Lagunas | 17.693840 , -89.534920 |
El Arrozal | 16.933330 , -89.883330 |
El Caoba | 17.024480 , -89.674860 |
El Capulinar | 17.008690 , -89.681380 |
El Hule | 17.476670 , -89.620830 |
El Porvenir | 17.067050 , -89.683990 |
El Remate | 17.000000 , -89.700000 |
El Xex | 16.916670 , -89.783330 |
Gato Salvaje | 17.033330 , -89.633330 |
Ixpop | 16.966670 , -89.716670 |
La Naya | 17.019290 , -89.472150 |
La Pista | 17.038340 , -89.652450 |
La Reforma | 16.983330 , -89.700000 |
Manantial | 16.950000 , -89.566670 |
Nima | 16.972700 , -89.850230 |
Pichain | 16.983330 , -89.766670 |
Piedra Blanca | 17.000000 , -89.700000 |
Ramonales | 17.058410 , -89.492520 |
San Martin | 16.933330 , -89.700000 |
Tikal | 17.225000 , -89.613330 |
Tres Naciones | 16.966670 , -89.750000 |
Uaxactún | 17.393610 , -89.633610 |
Yaxja | 17.028890 , -89.380870 |
Zocotzal | 17.104700 , -89.682280 |
Notes:
- You can download geometry data for Flores 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.