Download outline map of La Unión (geojson format) :
La Unión.geojson (**)
Download polygon array of La Unión map for "Google Maps" :
La Unión.txt
Bounding Box for La Unión Map : ( 14.893322 , -89.407802 , 15.019596 , -89.157452 )
Wikipedia ID for La Unión : Q1005750
Wikipedia SPARQL Query for La Unión (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1005750 wdt:P1082 ?population. }
OPTIONAL { wd:Q1005750 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1005750 wdt:P2046 ?area. }
OPTIONAL { wd:Q1005750 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1005750 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1005750 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 La Unión map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](14.893322, -89.407802, 15.019596, -89.157452);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (La Unión)
[out:json];
(
rel["name"="La Union"][type=boundary];
rel["name:en"="La Union"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of La Unión
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Barrio Nuevo | 14.966670 , -89.300000 |
Bejucal | 14.933330 , -89.383330 |
Campanario | 14.966670 , -89.266670 |
Capucal | 14.933330 , -89.266670 |
Chaguiton | 14.950000 , -89.250000 |
Chichipate | 14.966670 , -89.300000 |
Chupadero | 14.950000 , -89.233330 |
Corozal | 14.950000 , -89.300000 |
Cumbre Alta | 14.966670 , -89.333330 |
Cumbre de Talquezal | 14.916670 , -89.366670 |
Dolores | 14.966670 , -89.283330 |
El Capucalito | 14.933330 , -89.250000 |
El Llanon | 14.966670 , -89.233330 |
El Sauce | 14.933330 , -89.333330 |
Guior | 14.900000 , -89.266670 |
La Jigua | 14.933330 , -89.316670 |
La Laguna | 14.983330 , -89.216670 |
La Unión | 14.966670 , -89.283330 |
La Vegona | 14.966670 , -89.316670 |
Lampocoy | 14.950000 , -89.333330 |
Pacayalito | 14.933330 , -89.350000 |
Pexja | 14.966670 , -89.233330 |
Quebrada de Agua | 14.983330 , -89.266670 |
Roblarcito | 15.000000 , -89.250000 |
Roblaron | 14.983330 , -89.233330 |
Taguayni | 14.900000 , -89.266670 |
Taxarte | 14.933330 , -89.350000 |
Tiargui | 14.916670 , -89.250000 |
Timushan | 14.916670 , -89.333330 |
Tres Pinos | 14.983330 , -89.283330 |
Zapotal | 15.000000 , -89.200000 |
Notes:
- You can download geometry data for La Unión 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.