Condoto (Chocó) Map Cropping Samples

Condoto (Chocó) Map Cropping Samples-1
Condoto (Chocó) Map Cropping Samples-1
Download outline map of Condoto (geojson format) : Condoto.geojson (**)
Download polygon array of Condoto map for "Google Maps" : Condoto.txt
Bounding Box for Condoto Map : ( 4.97959 , -76.724696 , 5.211818 , -76.288081 )
Wikipedia ID for Condoto : Q1525250
Wikipedia SPARQL Query for Condoto (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1525250 wdt:P1082 ?population. }
OPTIONAL { wd:Q1525250 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1525250 wdt:P2046 ?area. }
OPTIONAL { wd:Q1525250 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1525250 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1525250 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

[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](4.97959, -76.724696, 5.211818, -76.288081);
);
out geom;

Run this query on overpass-turbo (Click RUN button on the opened page!)

Get Boundaries from overpass-turbo (OSM) with place name (Condoto)
[out:json];
(
rel["name"="Condoto"][type=boundary];
rel["name:en"="Condoto"][type=boundary];
);
out geom;

Run this query on overpass-turbo (Click RUN button on the opened page!)


Neighborhoods and Villages of Condoto
Neighborhoods and VillagesCoordinates (Latitude, Longitude)
Acoso 5.096560 , -76.561820
Condoto 5.093510 , -76.649730
Jigualito 5.040460 , -76.699030
La Florida 5.083330 , -76.616670
La Murina 5.083330 , -76.583330
La Soledad 5.033330 , -76.533330
Opogodo 5.054570 , -76.649680
Santa Ana 5.106090 , -76.521710
Tajuato 5.083330 , -76.566670


Notes:
- You can download geometry data for Condoto 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.

Create Condoto neighborhoods and villages map.


Share this page