Colosó (Sucre) Map Cropping Samples

Colosó (Sucre) Map Cropping Samples-1

Colosó (Sucre) Map Cropping Samples-2

Colosó neighborhoods and villages map with 3D shadow effect

flag map of Colosó with 3D shadow effect

Colosó map with 3d shadow effect
 
Download outline map of Colosó (geojson format) : 
Colosó.geojson (**)
Download polygon array of Colosó map for "Google Maps" : 
Colosó.txt
Bounding Box for Colosó Map : ( 9.438973 , -75.413538 , 9.63604 , -75.281811 )
Wikipedia ID for Colosó : Q1576957
Wikipedia SPARQL Query for Colosó (population,elevation,area,lat,long, postal code,licence plate) : 
	
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
  OPTIONAL { wd:Q1576957 wdt:P1082 ?population.  } 
  OPTIONAL { wd:Q1576957 wdt:P2044 ?elevation. } 
  OPTIONAL { wd:Q1576957 wdt:P2046 ?area. } 
  OPTIONAL { wd:Q1576957 wdt:P281 ?postal_code. } 
  OPTIONAL { wd:Q1576957 wdt:P395 ?license_plate. } 
  OPTIONAL {  
    wd:Q1576957 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 Colosó map
	
[out:json];
(
  relation["boundary"="administrative"]["admin_level"~"5|6|7"](9.438973, -75.413538, 9.63604, -75.281811);
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Colosó)
	
[out:json];
(
rel["name"="Colosó"][type=boundary];
rel["name:en"="Colosó"][type=boundary];
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Colosó
      | Neighborhoods and Villages | Coordinates (Latitude, Longitude) | 
| Aguaflorida | 9.514320 , -75.361430 | 
| Chengue | 9.617910 , -75.397660 | 
| Chinulito | 9.597520 , -75.401530 | 
| Colosó | 9.491500 , -75.361450 | 
| El Paraiso | 9.481370 , -75.386850 | 
| El Paraiso | 9.480640 , -75.358390 | 
| El Paraiso | 9.450000 , -75.366670 | 
| El Principio | 9.450520 , -75.359220 | 
| Joney | 9.504670 , -75.283880 | 
| La Ceiba | 9.624250 , -75.397520 | 
| La Gloria | 9.456520 , -75.391090 | 
| La Lucha | 9.518600 , -75.352760 | 
| Las Cruces | 9.464910 , -75.385300 | 
| Los Linderos | 9.480300 , -75.307860 | 
| Riobamba | 9.507580 , -75.361430 | 
| Vijagual | 9.478680 , -75.345660 | 
| Villa Maria | 9.459310 , -75.384990 | 
| Yumal | 9.447520 , -75.367490 | 
Notes:
- You can download geometry data for Colosó 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.