Download outline map of Ambalema (geojson format) :
Ambalema.geojson (**)
Download polygon array of Ambalema map for "Google Maps" :
Ambalema.txt
Bounding Box for Ambalema Map : ( 4.712884 , -74.889819 , 4.952766 , -74.731544 )
Wikipedia ID for Ambalema : Q1574897
Wikipedia SPARQL Query for Ambalema (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1574897 wdt:P1082 ?population. }
OPTIONAL { wd:Q1574897 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1574897 wdt:P2046 ?area. }
OPTIONAL { wd:Q1574897 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1574897 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1574897 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 Ambalema map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](4.712884, -74.889819, 4.952766, -74.731544);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Ambalema)
[out:json];
(
rel["name"="Ambalema"][type=boundary];
rel["name:en"="Ambalema"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Ambalema
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Ambalema | 4.784050 , -74.762680 |
Bellavista | 4.847660 , -74.770410 |
Chorrillo | 4.838400 , -74.811290 |
Iguacito | 4.848740 , -74.844160 |
Kilometro 96 | 4.900000 , -74.783330 |
La Cuesta | 4.816670 , -74.766670 |
Pajonales | 4.759240 , -74.826410 |
Puerto Beltrancito | 4.800000 , -74.750000 |
Rastrojos | 4.883330 , -74.800000 |
Santuario | 4.928480 , -74.798840 |
Tonoli | 4.733330 , -74.833330 |
Notes:
- You can download geometry data for Ambalema 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.