Download outline map of Gigante (geojson format) :
Gigante.geojson (**)
Download polygon array of Gigante map for "Google Maps" :
Gigante.txt
Bounding Box for Gigante Map : ( 2.254392 , -75.669533 , 2.534781 , -75.385754 )
Wikipedia ID for Gigante : Q919595
Wikipedia SPARQL Query for Gigante (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q919595 wdt:P1082 ?population. }
OPTIONAL { wd:Q919595 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q919595 wdt:P2046 ?area. }
OPTIONAL { wd:Q919595 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q919595 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q919595 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 Gigante map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](2.254392, -75.669533, 2.534781, -75.385754);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Gigante)
[out:json];
(
rel["name"="Gigante"][type=boundary];
rel["name:en"="Gigante"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Gigante
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Cachaya | 2.365470 , -75.485470 |
El Hueco | 2.396670 , -75.605830 |
El Jardin | 2.314700 , -75.508130 |
El Meson | 2.476300 , -75.477820 |
Fiscalito | 2.368890 , -75.609720 |
Gigante | 2.386770 , -75.545310 |
La Aguada | 2.330830 , -75.597780 |
La Batalla | 2.337220 , -75.598890 |
La Calderon | 2.315830 , -75.598330 |
La Chiquita | 2.317570 , -75.486250 |
La Cuellar | 2.365830 , -75.579170 |
La Enea | 2.353610 , -75.638060 |
La Ensillada | 2.371110 , -75.626390 |
La Falla | 2.376390 , -75.579720 |
La Gran Via El Porvenir | 2.378890 , -75.486630 |
La Patria | 2.360750 , -75.508950 |
La Reforma | 2.510430 , -75.531000 |
La Valenzuela | 2.363610 , -75.583060 |
Laberinto | 2.490220 , -75.556530 |
Las Pailas | 2.418890 , -75.572220 |
Potrerillos | 2.467220 , -75.487500 |
Pueblo Nuevo | 2.401350 , -75.531010 |
Rioloro | 2.322650 , -75.609970 |
Rodapaso | 2.395370 , -75.579790 |
San Isidro | 2.364650 , -75.528000 |
Silvania | 2.299900 , -75.510060 |
Veracruz | 2.318890 , -75.632170 |
Zuluaga | 2.300000 , -75.483330 |
Notes:
- You can download geometry data for Gigante 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.