providencia = {
let resp = provi.features.filter(d=>d.properties['dpto_cnmbr'] === 'ARCHIPIÉLAGO DE SAN ANDRÉS, PROVIDENCIA Y SANTA CATALINA')
let resp_copy = [...resp]
resp_copy[0].geometry.coordinates = [resp_copy[0].geometry.coordinates[4],resp_copy[0].geometry.coordinates[5]]
return resp_copy
}