couches = [
{
id: "image1",
nom: "Plan cadastral",
visible: true,
src: "https://i.imgur.com/nrqTKfI.png",
x: 5,
y: 2,
width: 1000,
height: 1000,
opacity: 1
},
{
id: "image2",
nom: "Meuse",
visible: true,
src: "https://i.imgur.com/8kjd9AB.png",
x: 5,
y: 2,
width: 1000,
height: 1000,
opacity: 1
}];