Download outline map of San Lucas (geojson format) :
San Lucas.geojson (**)
Download polygon array of San Lucas map for "Google Maps" :
San Lucas.txt
Bounding Box for San Lucas Map : ( 13.691128 , -87.031166 , 13.798674 , -86.849724 )
Wikipedia ID for San Lucas : Q2392435
Wikipedia SPARQL Query for San Lucas (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q2392435 wdt:P1082 ?population. }
OPTIONAL { wd:Q2392435 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q2392435 wdt:P2046 ?area. }
OPTIONAL { wd:Q2392435 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q2392435 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q2392435 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 San Lucas map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](13.691128, -87.031166, 13.798674, -86.849724);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (San Lucas)
[out:json];
(
rel["name"="San Lucas"][type=boundary];
rel["name:en"="San Lucas"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of San Lucas
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
El Aceituno | 13.716670 , -86.933330 |
El Ciruelo | 13.700000 , -86.933330 |
El Corralito | 13.750000 , -86.900000 |
El Corralito | 13.716670 , -86.933330 |
El Hondable | 13.783330 , -86.916670 |
El Matasano | 13.700000 , -86.933330 |
El Rincon de los Potreros | 13.783330 , -86.950000 |
El Zarzal | 13.765280 , -87.014170 |
El Zarzal | 13.766670 , -86.933330 |
El Zursular | 13.766940 , -87.003610 |
Junacatal | 13.779720 , -87.014170 |
La Candelaria | 13.700000 , -86.933330 |
La Laguna | 13.783330 , -86.950000 |
La Montana | 13.747780 , -87.019720 |
La Montanita | 13.733330 , -86.933330 |
Las Canas | 13.783330 , -86.950000 |
Las Cruces | 13.733330 , -86.950000 |
Las Mesas | 13.795830 , -87.010000 |
Los Arrayanes | 13.783330 , -86.933330 |
Los Quebrachos | 13.783330 , -86.916670 |
Los Rapadores | 13.770280 , -87.015830 |
Palin | 13.700000 , -86.950000 |
Potrerillos | 13.783330 , -86.933330 |
Sabana Redonda | 13.750000 , -86.983330 |
San Lucas | 13.733330 , -86.950000 |
Talanguita | 13.758330 , -87.009720 |
Notes:
- You can download geometry data for San Lucas 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.