Download outline map of Angelópolis (geojson format) :
Angelópolis.geojson (**)
Download polygon array of Angelópolis map for "Google Maps" :
Angelópolis.txt
Bounding Box for Angelópolis Map : ( 6.068956 , -75.767622 , 6.193427 , -75.673115 )
Wikipedia ID for Angelópolis : Q1576502
Wikipedia SPARQL Query for Angelópolis (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1576502 wdt:P1082 ?population. }
OPTIONAL { wd:Q1576502 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1576502 wdt:P2046 ?area. }
OPTIONAL { wd:Q1576502 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1576502 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1576502 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 Angelópolis map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](6.068956, -75.767622, 6.193427, -75.673115);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Angelópolis)
[out:json];
(
rel["name"="Angelópolis"][type=boundary];
rel["name:en"="Angelópolis"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Angelópolis
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Angelópolis | 6.110720 , -75.709230 |
Casa Vieja | 6.089370 , -75.721390 |
Corregimiento La Honda | 6.083860 , -75.703290 |
Estacion Angelopolis | 6.088860 , -75.704840 |
Horizonte | 6.109530 , -75.705610 |
La Clara | 6.098260 , -75.701460 |
La Hondura | 6.127780 , -75.723540 |
La Mirada | 6.116670 , -75.721560 |
Quebrada Mala | 6.103370 , -75.707340 |
Sitio San Isidro | 6.107680 , -75.733540 |
Sitio Santa Rita | 6.103230 , -75.715560 |
Vereda Santa Rita | 6.111270 , -75.719660 |
Notes:
- You can download geometry data for Angelópolis 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.