Download outline map of Galapa (geojson format) :
Galapa.geojson (**)
Download polygon array of Galapa map for "Google Maps" :
Galapa.txt
Bounding Box for Galapa Map : ( 10.843468 , -74.946288 , 10.953238 , -74.826556 )
Wikipedia ID for Galapa : Q2307260
Wikipedia SPARQL Query for Galapa (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q2307260 wdt:P1082 ?population. }
OPTIONAL { wd:Q2307260 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q2307260 wdt:P2046 ?area. }
OPTIONAL { wd:Q2307260 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q2307260 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q2307260 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 Galapa map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](10.843468, -74.946288, 10.953238, -74.826556);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Galapa)
[out:json];
(
rel["name"="Galapa"][type=boundary];
rel["name:en"="Galapa"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Galapa
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Boyaca | 10.923890 , -74.871670 |
Cabecera | 10.866670 , -74.866670 |
Casa de Piedra | 10.850000 , -74.900000 |
Chiquito | 10.883330 , -74.916670 |
Covadonga | 10.883330 , -74.900000 |
Cuba | 10.900000 , -74.883330 |
El Retiro | 10.851460 , -74.895390 |
El Rosario | 10.938060 , -74.876670 |
El Socorro | 10.858330 , -74.896780 |
El Tamarindo | 10.934490 , -74.862200 |
Galapa | 10.896860 , -74.886000 |
La Cordialdad | 10.910070 , -74.878910 |
Las Hermanas | 10.920830 , -74.880560 |
Las Margaritas | 10.941000 , -74.900260 |
Ligia Ines | 10.883330 , -74.900000 |
Los Colinas | 10.884190 , -74.873660 |
Medialegua | 10.883330 , -74.900000 |
Megua | 10.850000 , -74.900000 |
Miradero | 10.933330 , -74.883330 |
Paluato | 10.874370 , -74.928220 |
San Blas | 10.850000 , -74.900000 |
San Martin | 10.944170 , -74.882780 |
Santa Elena | 10.952380 , -74.903330 |
Notes:
- You can download geometry data for Galapa 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.