Download outline map of Amagá (geojson format) :
Amagá.geojson (**)
Download polygon array of Amagá map for "Google Maps" :
Amagá.txt
Bounding Box for Amagá Map : ( 5.981319 , -75.767498 , 6.09005 , -75.663632 )
Wikipedia ID for Amagá : Q1441660
Wikipedia SPARQL Query for Amagá (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1441660 wdt:P1082 ?population. }
OPTIONAL { wd:Q1441660 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1441660 wdt:P2046 ?area. }
OPTIONAL { wd:Q1441660 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1441660 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1441660 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 Amagá map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](5.981319, -75.767498, 6.09005, -75.663632);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Amagá)
[out:json];
(
rel["name"="Amagá"][type=boundary];
rel["name:en"="Amagá"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Amagá
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Amagá | 6.040010 , -75.703150 |
Bellavista | 6.027060 , -75.717830 |
Camiloce Restrepo | 6.032260 , -75.694590 |
Castillo | 6.021070 , -75.688080 |
Cuesta Vieja | 6.059570 , -75.721950 |
El Rincon | 6.014210 , -75.685090 |
El Silencio | 6.052110 , -75.716260 |
La Clarita | 6.070840 , -75.688040 |
Pueblito | 6.006620 , -75.712340 |
San Jose | 6.031120 , -75.734510 |
Vereda La Troja | 6.020610 , -75.676550 |
Vereda Mani del Cardal | 6.035720 , -75.680720 |
Notes:
- You can download geometry data for Amagá 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.