Arenal (Bolívar) Map Cropping Samples
Arenal (Bolívar) Map Cropping Samples-1
Arenal (Bolívar) Map Cropping Samples-2
Arenal neighborhoods and villages map with 3D shadow effect
flag map of Arenal with 3D shadow effect
Arenal map with 3d shadow effect
Download outline map of Arenal (geojson format) :
Arenal.geojson (**)
Download polygon array of Arenal map for "Google Maps" :
Arenal.txt
Bounding Box for Arenal Map : ( 8.155786 , -74.333979 , 8.487224 , -73.872932 )
Wikipedia ID for Arenal : Q2432408
Wikipedia SPARQL Query for Arenal (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q2432408 wdt:P1082 ?population. }
OPTIONAL { wd:Q2432408 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q2432408 wdt:P2046 ?area. }
OPTIONAL { wd:Q2432408 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q2432408 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q2432408 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 Arenal map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](8.155786, -74.333979, 8.487224, -73.872932);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Arenal)
[out:json];
(
rel["name"="Arenal"][type=boundary];
rel["name:en"="Arenal"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Arenal
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Arenal | 8.459280 , -73.943310 |
Buenavista | 8.467750 , -73.884170 |
Carnisal | 8.454970 , -73.900820 |
Cienaga Cascajo | 8.448650 , -73.902340 |
La Union | 8.470490 , -73.978710 |
Los Penones | 8.441450 , -73.885510 |
Morrocoy | 8.439590 , -73.911440 |
Tequendama | 8.435090 , -73.882440 |
Notes:
- You can download geometry data for Arenal 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.