Download outline map of Mocoa (geojson format) :
Mocoa.geojson (**)
Download polygon array of Mocoa map for "Google Maps" :
Mocoa.txt
Bounding Box for Mocoa Map : ( 0.864669 , -76.922112 , 1.467815 , -76.409421 )
Wikipedia ID for Mocoa : Q579803
Wikipedia SPARQL Query for Mocoa (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q579803 wdt:P1082 ?population. }
OPTIONAL { wd:Q579803 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q579803 wdt:P2046 ?area. }
OPTIONAL { wd:Q579803 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q579803 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q579803 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 Mocoa map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](0.864669, -76.922112, 1.467815, -76.409421);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Mocoa)
[out:json];
(
rel["name"="Mocoa"][type=boundary];
rel["name:en"="Mocoa"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Mocoa
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Chiste | 1.138540 , -76.617360 |
El Bohio | 1.128940 , -76.686870 |
El Diviso | 1.129410 , -76.575710 |
El Salto Del Indio | 1.049120 , -76.593460 |
Florida | 1.067480 , -76.706450 |
La Pasera | 1.017980 , -76.510770 |
La Patria | 0.998700 , -76.488450 |
La Tebaida | 1.084640 , -76.694460 |
Medio Afan | 1.180990 , -76.637190 |
Mocoa | 1.149993 , -76.629984 |
Nueva Esperanza | 1.196180 , -76.639310 |
Nueva La Tolda | 1.219750 , -76.625390 |
Osococha | 1.385290 , -76.591560 |
Pepino | 1.084670 , -76.628080 |
Primavera | 0.987240 , -76.466070 |
Pueblo Viejo Village | 1.167170 , -76.652300 |
San Antonio | 1.183620 , -76.675890 |
San Joaquin | 1.317340 , -76.581870 |
Ticuanayoy | 1.252590 , -76.596770 |
Vda. Los Andes | 1.117230 , -76.689930 |
Vda. Pueblo Viejo | 1.202100 , -76.661220 |
Vda. Rumiyaco | 1.126840 , -76.666460 |
Villa Nueva | 1.139160 , -76.665460 |
Yunguillo | 1.384330 , -76.599440 |
Notes:
- You can download geometry data for Mocoa 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.