viewof mystyle = Inputs.select(
new Map([
["night", "https://geoserveis.icgc.cat/contextmaps/night.json"],
["fulldark", "https://geoserveis.icgc.cat/contextmaps/fulldark.json"],
["voyager", "https://basemaps.cartocdn.com/gl/voyager-gl-style/style.json"],
["positron", "https://geoserveis.icgc.cat/contextmaps/positron.json"],
["icgc", "https://geoserveis.icgc.cat/contextmaps/icgc.json"],
["osmbright", "https://geoserveis.icgc.cat/contextmaps/osm-bright.json"],
["hibrid", "https://geoserveis.icgc.cat/contextmaps/hibrid.json"]
]),
{ label: "Style" }
)