Download outline map of Mitú (geojson format) :
Mitú.geojson (**)
Download polygon array of Mitú map for "Google Maps" :
Mitú.txt
Bounding Box for Mitú Map : ( 0.153754 , -71.118614 , 1.788477 , -69.815523 )
Wikipedia ID for Mitú : Q130242
Wikipedia SPARQL Query for Mitú (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q130242 wdt:P1082 ?population. }
OPTIONAL { wd:Q130242 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q130242 wdt:P2046 ?area. }
OPTIONAL { wd:Q130242 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q130242 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q130242 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 Mitú map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](0.153754, -71.118614, 1.788477, -69.815523);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Mitú)
[out:json];
(
rel["name"="Mitú"][type=boundary];
rel["name:en"="Mitú"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Mitú
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Acaricuará | 0.700000 , -70.233330 |
Circasia | 0.859120 , -70.847490 |
Durania | 1.266670 , -70.183330 |
Enambu | 1.016670 , -70.283330 |
Enciso | 0.916670 , -70.466670 |
Enrique | 0.883330 , -70.466670 |
Mitú | 1.198330 , -70.173330 |
Mitu | 1.198311 , -70.173608 |
Montana | 0.883330 , -70.433330 |
Pedro Chico | 1.066670 , -70.416670 |
Puerto Colombia | 0.264720 , -70.050280 |
Puerto Galvis | 0.915500 , -70.703450 |
Puerto Quinapira | 0.939440 , -70.713060 |
Puerto Tolima | 1.197500 , -69.910280 |
Querari | 1.048890 , -69.855000 |
Raimundi | 1.033330 , -70.383330 |
Recreo | 1.516670 , -70.533330 |
San Pedro | 0.801390 , -70.695000 |
Santa Rosa | 0.959630 , -70.728700 |
Trinidad | 0.230830 , -70.163060 |
Yurupari | 1.183330 , -70.266670 |
Notes:
- You can download geometry data for Mitú 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.