Download outline map of Mixco (geojson format) :
Mixco.geojson (**)
Download polygon array of Mixco map for "Google Maps" :
Mixco.txt
Bounding Box for Mixco Map : ( 14.569655 , -90.643343 , 14.714834 , -90.516887 )
Wikipedia ID for Mixco : Q948953
Wikipedia SPARQL Query for Mixco (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q948953 wdt:P1082 ?population. }
OPTIONAL { wd:Q948953 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q948953 wdt:P2046 ?area. }
OPTIONAL { wd:Q948953 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q948953 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q948953 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 Mixco map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](14.569655, -90.643343, 14.714834, -90.516887);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Mixco)
[out:json];
(
rel["name"="Mixco"][type=boundary];
rel["name:en"="Mixco"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Mixco
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Colonia La Florida | 14.650000 , -90.583330 |
El Manzanillo | 14.650000 , -90.583330 |
El Milagro | 14.683330 , -90.566670 |
La Brigada | 14.633330 , -90.583330 |
Lo de Bran | 14.666670 , -90.583330 |
Lo de Fuentes | 14.683330 , -90.550000 |
Mixco | 14.633330 , -90.606390 |
Sacoj | 14.700000 , -90.533330 |
Notes:
- You can download geometry data for Mixco 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.