Download outline map of Salamá (geojson format) :
Salamá.geojson (**)
Download polygon array of Salamá map for "Google Maps" :
Salamá.txt
Bounding Box for Salamá Map : ( 14.70728 , -86.77491 , 14.968403 , -86.514824 )
Wikipedia ID for Salamá : Q2394865
Wikipedia SPARQL Query for Salamá (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q2394865 wdt:P1082 ?population. }
OPTIONAL { wd:Q2394865 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q2394865 wdt:P2046 ?area. }
OPTIONAL { wd:Q2394865 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q2394865 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q2394865 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 Salamá map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](14.70728, -86.77491, 14.968403, -86.514824);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Salamá)
[out:json];
(
rel["name"="Salama"][type=boundary];
rel["name:en"="Salama"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Salamá
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Chucuyo | 14.850000 , -86.550000 |
Chuncuyo | 14.800000 , -86.583330 |
Cofradia | 14.833330 , -86.616670 |
El Escribano | 14.833330 , -86.716670 |
El Portillo | 14.833330 , -86.616670 |
El Zuntul | 14.816670 , -86.566670 |
La Cruz | 14.766670 , -86.600000 |
La Cuesta | 14.833330 , -86.633330 |
Mendez | 14.733330 , -86.683330 |
Pozo Zarco | 14.766670 , -86.616670 |
Quiles | 14.850000 , -86.650000 |
Robledal | 14.800000 , -86.616670 |
Sabana Grande | 14.783330 , -86.616670 |
Sabana Larga | 14.866670 , -86.550000 |
Salamá | 14.833330 , -86.583330 |
Talgua | 14.833330 , -86.650000 |
Notes:
- You can download geometry data for Salamá 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.