Download outline map of Leticia (geojson format) :
Leticia.geojson (**)
Download polygon array of Leticia map for "Google Maps" :
Leticia.txt
Bounding Box for Leticia Map : ( -4.228614 , -70.366338 , -3.002521 , -69.714276 )
Wikipedia ID for Leticia : Q214913
Wikipedia SPARQL Query for Leticia (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q214913 wdt:P1082 ?population. }
OPTIONAL { wd:Q214913 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q214913 wdt:P2046 ?area. }
OPTIONAL { wd:Q214913 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q214913 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q214913 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 Leticia map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](-4.228614, -70.366338, -3.002521, -69.714276);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Leticia)
[out:json];
(
rel["name"="Leticia"][type=boundary];
rel["name:en"="Leticia"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Leticia
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Buenos Aires | -3.166670 , -69.983330 |
Calderon | -3.766670 , -69.883330 |
Camilo Torres | -4.175000 , -69.940560 |
El Porvenir | -4.163890 , -69.978060 |
Internado Santa Sofia | -3.933330 , -70.150000 |
La Milagrosa | -4.179440 , -69.975830 |
Leticia | -4.215280 , -69.940560 |
Loreto Mocagua | -3.846670 , -70.219440 |
Los Guadales | -4.170830 , -69.973330 |
Lozano | -4.144170 , -69.987500 |
Macedonia | -3.883330 , -70.188060 |
Nazareth | -4.100280 , -70.041670 |
Nueva Esperanza | -4.171670 , -69.980280 |
Palmeras | -3.813610 , -70.263890 |
Ronda | -4.139720 , -69.996390 |
San Fernando | -4.153610 , -69.956670 |
San Francisco de Orellana | -4.154170 , -69.980280 |
San Martin | -3.770830 , -70.300000 |
San Sebastian | -4.181110 , -69.949440 |
Santa Elena | -4.157500 , -69.979440 |
Santa Sofia | -4.003060 , -70.140000 |
Simon Bolivar | -4.146670 , -69.977780 |
Victoria | -4.150000 , -69.950000 |
Zaragoza | -3.913890 , -70.173610 |
Notes:
- You can download geometry data for Leticia 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.