diff --git a/src/app/map/services/map.service.ts b/src/app/map/services/map.service.ts
index d97753b189dc66ffff7f28007be07a1ff5524ba3..56d6eba5e1098158a97252fe1f52f4efe1ac7fc4 100644
--- a/src/app/map/services/map.service.ts
+++ b/src/app/map/services/map.service.ts
@@ -170,7 +170,7 @@ export class MapService {
       type: 'raster',
       tiles: [
         `${APP_CONFIG.backendUrls.proxyQuery}/map/ign?bbox={bbox-epsg-3857}&format=image/png&service=WMS&version=1.1.1` +
-        '&request=GetMap&srs=EPSG:3857&width=512&height=512&transparent=true&layers=ORTHOIMAGERY.ORTHOPHOTOS.BDORTHO&styles=normal',
+        '&request=GetMap&srs=EPSG:3857&width=512&height=512&transparent=true&layers=ORTHOIMAGERY.ORTHOPHOTOS&styles=normal',
       ],
       maxzoom: 21,
     });