Vianí (Cundinamarca) Map Cropping Samples

Vianí (Cundinamarca) Map Cropping Samples-1

Vianí (Cundinamarca) Map Cropping Samples-2

Vianí neighborhoods and villages map with 3D shadow effect

flag map of Vianí with 3D shadow effect

Vianí map with 3d shadow effect
 
Download outline map of Vianí (geojson format) : 
Vianí.geojson (**)
Download polygon array of Vianí map for "Google Maps" : 
Vianí.txt
Bounding Box for Vianí Map : ( 4.793217 , -74.585754 , 4.966606 , -74.512557 )
Wikipedia ID for Vianí : Q1656656
Wikipedia SPARQL Query for Vianí (population,elevation,area,lat,long, postal code,licence plate) : 
	
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
  OPTIONAL { wd:Q1656656 wdt:P1082 ?population.  } 
  OPTIONAL { wd:Q1656656 wdt:P2044 ?elevation. } 
  OPTIONAL { wd:Q1656656 wdt:P2046 ?area. } 
  OPTIONAL { wd:Q1656656 wdt:P281 ?postal_code. } 
  OPTIONAL { wd:Q1656656 wdt:P395 ?license_plate. } 
  OPTIONAL {  
    wd:Q1656656 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 Vianí map
	
[out:json];
(
  relation["boundary"="administrative"]["admin_level"~"5|6|7"](4.793217, -74.585754, 4.966606, -74.512557);
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Vianí)
	
[out:json];
(
rel["name"="Vianí"][type=boundary];
rel["name:en"="Vianí"][type=boundary];
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Vianí
      | Neighborhoods and Villages | Coordinates (Latitude, Longitude) | 
| El Escudo | 4.816670 , -74.566670 | 
| El Hato | 4.952760 , -74.543970 | 
| El Limon | 4.930590 , -74.514200 | 
| Los Pantanos | 4.887890 , -74.542130 | 
| Providencia | 4.913700 , -74.531960 | 
| San Jose | 4.937520 , -74.544420 | 
| Vianí | 4.873840 , -74.562440 | 
Notes:
- You can download geometry data for Vianí 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.