copernicus_1 =
ixmaps.layer("Copernicus_1")
.data({
url: "https://s3.eu-central-1.amazonaws.com/maps.ixmaps.com/Copernicus/EMSR548_AOI01_FEP_PRODUCT_observedEventA_r1_v1.json",
type: "geojson",
cache: "true"
})
.style({"type": "FEATURES",
colorscheme: ["#0000ff"],
shadow: "true",
label: ["flooded areas"],
fillopacity: "1",
linewidth: "0.1"
})
.meta({
title: "COPERNICUS EMS"
})
.define()