Download outline map of Morales (geojson format) :
Morales.geojson (**)
Download polygon array of Morales map for "Google Maps" :
Morales.txt
Bounding Box for Morales Map : ( 8.059246 , -74.285053 , 8.472215 , -73.747796 )
Wikipedia ID for Morales : Q2432408
Wikipedia SPARQL Query for Morales (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 Morales map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](8.059246, -74.285053, 8.472215, -73.747796);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Morales)
[out:json];
(
rel["name"="Morales"][type=boundary];
rel["name:en"="Morales"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Morales
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Alegacion | 8.394090 , -73.868710 |
Basural | 8.131500 , -73.871170 |
Bello Pais | 8.371690 , -73.868710 |
Boca de La Cienaga | 8.314250 , -73.800090 |
Boca de La Honda | 8.377040 , -73.877190 |
Buenos Aires | 8.272110 , -73.753730 |
Caracucho | 8.378550 , -73.869160 |
El Brillante | 8.140570 , -73.802730 |
El Delirio | 8.166670 , -73.900000 |
El Dique | 8.300000 , -73.783330 |
El Esfuerzo | 8.451080 , -73.879460 |
El Jardin | 8.155510 , -73.904060 |
El Olvido | 8.183330 , -73.866670 |
El Oso | 8.183330 , -73.883330 |
El Porvenir | 8.134250 , -73.829770 |
El Unito | 8.135070 , -73.794650 |
La Aurora | 8.239230 , -73.902940 |
La Cruz | 8.233330 , -73.916670 |
La Esperanza | 8.137530 , -73.807290 |
La Esperanza | 8.366670 , -73.750000 |
La Florida | 8.195880 , -73.899420 |
La Palma | 8.469600 , -73.878310 |
La Union | 8.366090 , -73.868620 |
Las Bonitas | 8.233780 , -73.864010 |
Las Delicias | 8.387660 , -73.780630 |
Las Delicias | 8.358050 , -73.867080 |
Las Pailas | 8.253770 , -73.766940 |
Leguia | 8.366670 , -73.783330 |
Leticia | 8.247960 , -73.857260 |
Los Mangos | 8.244690 , -73.857260 |
Los Obispos | 8.362450 , -73.751250 |
Los Palmitos | 8.411410 , -73.800660 |
Machosolo | 8.387520 , -73.869990 |
Mirabien | 8.358210 , -73.779930 |
Morales | 8.275200 , -73.868840 |
No Hay Como Dios | 8.186230 , -73.787620 |
Nuevo Corral | 8.455500 , -73.879640 |
Nuevo Zelandia | 8.116330 , -73.819940 |
Olaya Herrera | 8.145860 , -73.778240 |
Palmarito | 8.223820 , -73.778610 |
Pradilla | 8.352410 , -73.756480 |
San Jose | 8.198710 , -73.904700 |
San Jose | 8.120550 , -73.820520 |
San Luis | 8.253760 , -73.859340 |
Todosnovan | 8.150000 , -73.866670 |
Venecia | 8.183390 , -73.910800 |
Vila Nori | 8.226720 , -73.908930 |
Yarumal | 8.183330 , -73.866670 |
Notes:
- You can download geometry data for Morales 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.