Download outline map of Dibulla (geojson format) :
Dibulla.geojson (**)
Download polygon array of Dibulla map for "Google Maps" :
Dibulla.txt
Bounding Box for Dibulla Map : ( 10.835972 , -73.664185 , 11.330525 , -73.146151 )
Wikipedia ID for Dibulla : Q1441095
Wikipedia SPARQL Query for Dibulla (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1441095 wdt:P1082 ?population. }
OPTIONAL { wd:Q1441095 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1441095 wdt:P2046 ?area. }
OPTIONAL { wd:Q1441095 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1441095 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1441095 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 Dibulla map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](10.835972, -73.664185, 11.330525, -73.146151);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Dibulla)
[out:json];
(
rel["name"="Dibulla"][type=boundary];
rel["name:en"="Dibulla"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Dibulla
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Asuncion | 11.253890 , -73.263060 |
Campana | 11.249110 , -73.213790 |
Caracasaca | 11.083330 , -73.450000 |
Caserio Palomino | 11.255716 , -73.559130 |
Cicaino | 10.929700 , -73.520680 |
Corual | 11.250600 , -73.151700 |
Cuba | 11.037500 , -73.565760 |
Dibulla | 11.272510 , -73.309110 |
El Bebedero | 11.249440 , -73.300830 |
El Limonal | 11.253110 , -73.232740 |
El Pantano | 11.255740 , -73.375580 |
El Pueblito | 10.970120 , -73.455670 |
Jerez del Rio | 11.209340 , -73.251340 |
Jesus del Mar | 11.235280 , -73.197220 |
La Cueva | 11.090020 , -73.413560 |
La Punta de los Remedios | 11.292810 , -73.262510 |
La Sabrosa | 11.000000 , -73.466670 |
La Victoria | 11.263610 , -73.337220 |
Las Flores | 11.271280 , -73.179200 |
Macotama | 10.925820 , -73.513050 |
Manzanal | 10.950000 , -73.483330 |
Mascuasavaca | 10.895330 , -73.498600 |
Nevamar | 11.251750 , -73.529710 |
Olga | 11.231030 , -73.347550 |
Palomino | 11.257550 , -73.568070 |
Puente Bomba | 11.262750 , -73.172460 |
Rio Canas | 11.262010 , -73.405290 |
San Antonio | 11.044080 , -73.434210 |
San Francisco | 11.003330 , -73.429170 |
San Miguel | 10.961150 , -73.479290 |
San Miguel | 11.217780 , -73.247220 |
San Pedro | 11.068610 , -73.450830 |
Santa Cruz | 11.027590 , -73.466780 |
Santa Rosa | 11.046240 , -73.468690 |
Notes:
- You can download geometry data for Dibulla 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.