Venadillo (Tolima) Map Cropping Samples

Venadillo (Tolima) Map Cropping Samples-1

Venadillo (Tolima) Map Cropping Samples-2

Venadillo neighborhoods and villages map with 3D shadow effect

flag map of Venadillo with 3D shadow effect

Venadillo map with 3d shadow effect
 
 
Download outline map of Venadillo (geojson format) : 
Venadillo.geojson (**)
Download polygon array of Venadillo map for "Google Maps" : 
Venadillo.txt
Bounding Box for Venadillo Map : ( 4.608962 , -75.070468 , 4.815194 , -74.786538 )
Wikipedia ID for Venadillo : Q1525428
Wikipedia SPARQL Query for Venadillo (population,elevation,area,lat,long, postal code,licence plate) : 
	
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
  OPTIONAL { wd:Q1525428 wdt:P1082 ?population.  } 
  OPTIONAL { wd:Q1525428 wdt:P2044 ?elevation. } 
  OPTIONAL { wd:Q1525428 wdt:P2046 ?area. } 
  OPTIONAL { wd:Q1525428 wdt:P281 ?postal_code. } 
  OPTIONAL { wd:Q1525428 wdt:P395 ?license_plate. } 
  OPTIONAL {  
    wd:Q1525428 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 Venadillo map
	
[out:json];
(
  relation["boundary"="administrative"]["admin_level"~"5|6|7"](4.608962, -75.070468, 4.815194, -74.786538);
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Venadillo)
	
[out:json];
(
rel["name"="Venadillo"][type=boundary];
rel["name:en"="Venadillo"][type=boundary];
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Venadillo
      | Neighborhoods and Villages | Coordinates (Latitude, Longitude) | 
|  Colon  |  4.748780 , -75.035650  | 
|  Junin  |  4.783330 , -75.016670  | 
|  La Sierrita  |  4.779010 , -74.958160  | 
|  Palmarosa  |  4.672560 , -74.883070  | 
|  San Rafael  |  4.766320 , -75.029280  | 
|  Venadillo  |  4.719300 , -74.929180  | 
Notes:
- You can download geometry data for Venadillo 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.