Download outline map of Altamira (geojson format) :
Altamira.geojson (**)
Download polygon array of Altamira map for "Google Maps" :
Altamira.txt
Bounding Box for Altamira Map : ( 1.989566 , -75.859211 , 2.175233 , -75.668491 )
Wikipedia ID for Altamira : Q1654714
Wikipedia SPARQL Query for Altamira (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1654714 wdt:P1082 ?population. }
OPTIONAL { wd:Q1654714 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1654714 wdt:P2046 ?area. }
OPTIONAL { wd:Q1654714 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1654714 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1654714 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 Altamira map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](1.989566, -75.859211, 2.175233, -75.668491);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Altamira)
[out:json];
(
rel["name"="Altamira"][type=boundary];
rel["name:en"="Altamira"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Altamira
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Altamira | 2.062780 , -75.787220 |
Atalaya | 2.101940 , -75.711110 |
Boqueroncito | 2.113890 , -75.705000 |
Campero | 2.074130 , -75.768020 |
Corinto | 2.072530 , -75.788080 |
El Diamante | 2.081390 , -75.758330 |
El Espinal | 2.065240 , -75.817990 |
El Pozuelo | 2.098330 , -75.715830 |
Garanon | 2.098330 , -75.745560 |
Grifo Alto | 2.076700 , -75.731990 |
La Alejandria | 2.084920 , -75.819360 |
La Canada | 2.075000 , -75.844720 |
La Jagua | 2.167050 , -75.678720 |
La Vega | 2.160680 , -75.727310 |
Lagunitas | 2.092220 , -75.808060 |
Las Minas | 2.151960 , -75.688400 |
Limoncito | 2.126670 , -75.717220 |
Moriela | 2.090280 , -75.792300 |
Pajiji | 2.012390 , -75.822960 |
Pericongo | 2.051390 , -75.850830 |
Serrezuela | 2.087220 , -75.798020 |
Notes:
- You can download geometry data for Altamira 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.