Chía (Cundinamarca) Map Cropping Samples

Chía (Cundinamarca) Map Cropping Samples-1

Chía (Cundinamarca) Map Cropping Samples-2

Chía neighborhoods and villages map with 3D shadow effect

flag map of Chía with 3D shadow effect

Chía map with 3d shadow effect
 
 
Download outline map of Chía (geojson format) : 
Chía.geojson (**)
Download polygon array of Chía map for "Google Maps" : 
Chía.txt
Bounding Box for Chía Map : ( 4.816516 , -74.094073 , 4.913938 , -73.982274 )
Wikipedia ID for Chía : Q1093102
Wikipedia SPARQL Query for Chía (population,elevation,area,lat,long, postal code,licence plate) : 
	
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
  OPTIONAL { wd:Q1093102 wdt:P1082 ?population.  } 
  OPTIONAL { wd:Q1093102 wdt:P2044 ?elevation. } 
  OPTIONAL { wd:Q1093102 wdt:P2046 ?area. } 
  OPTIONAL { wd:Q1093102 wdt:P281 ?postal_code. } 
  OPTIONAL { wd:Q1093102 wdt:P395 ?license_plate. } 
  OPTIONAL {  
    wd:Q1093102 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 Chía map
	
[out:json];
(
  relation["boundary"="administrative"]["admin_level"~"5|6|7"](4.816516, -74.094073, 4.913938, -73.982274);
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Chía)
	
[out:json];
(
rel["name"="Chía"][type=boundary];
rel["name:en"="Chía"][type=boundary];
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Chía
      | Neighborhoods and Villages | Coordinates (Latitude, Longitude) | 
|  Chía  |  4.858760 , -74.058660  | 
|  El Bebadero  |  4.885740 , -73.997950  | 
|  El Canelon  |  4.900000 , -74.050000  | 
|  El Cerrito  |  4.850000 , -74.050000  | 
|  El Rincon  |  4.866670 , -74.016670  | 
|  La Mana  |  4.883330 , -74.016670  | 
|  Olaya Herrera  |  4.883330 , -74.066670  | 
|  Puente del Comun  |  4.866670 , -74.033330  | 
|  Yerbabuena  |  4.883330 , -74.016670  | 
Notes:
- You can download geometry data for Chía 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.