couches = [{
label: "Fond SITG",
value: await wmts('https://ge.ch/sitgags2/rest/services/RASTER/PLAN_SITG/MapServer/WMTS/1.0.0/WMTSCapabilities.xml', 'RASTER_PLAN_SITG')
}, {
label: "Aérien SITG",
value: await wmts('https://ge.ch/sitgags2/rest/services/RASTER/ORTHOPHOTOS_2021/MapServer/WMTS/1.0.0/WMTSCapabilities.xml', 'RASTER_ORTHOPHOTOS_2021')
}, {
label: "Cadastre MapTiler",
value: tileJson('https://api.maptiler.com/maps/cadastre/tiles.json')
}, {
label: "Cadastre Satellite MapTiler",
value: tileJson('https://api.maptiler.com/maps/cadastre-satellite/tiles.json')
}, {
label: "Street MapTiler",
value: tileJson('https://api.maptiler.com/maps/streets-v2/tiles.json')
}
]