Download outline map of Chitagá (geojson format) :
Chitagá.geojson (**)
Download polygon array of Chitagá map for "Google Maps" :
Chitagá.txt
Bounding Box for Chitagá Map : ( 6.873063 , -72.757061 , 7.263663 , -72.289821 )
Wikipedia ID for Chitagá : Q1576762
Wikipedia SPARQL Query for Chitagá (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1576762 wdt:P1082 ?population. }
OPTIONAL { wd:Q1576762 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1576762 wdt:P2046 ?area. }
OPTIONAL { wd:Q1576762 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1576762 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1576762 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 Chitagá map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](6.873063, -72.757061, 7.263663, -72.289821);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Chitagá)
[out:json];
(
rel["name"="Chitagá"][type=boundary];
rel["name:en"="Chitagá"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Chitagá
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Burgua | 7.092830 , -72.687900 |
Chitagá | 7.137810 , -72.664560 |
Cornejo | 7.066670 , -72.633330 |
El Roble | 7.116060 , -72.730590 |
Mojicones | 6.983330 , -72.350000 |
Presidente | 7.020570 , -72.683550 |
Samanita | 7.026940 , -72.344170 |
Tapargua | 7.216670 , -72.616670 |
Villa de Leiva | 7.037980 , -72.397270 |
Notes:
- You can download geometry data for Chitagá 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.