diff --git a/src/app/pages/tecnalia-module/noise-comp/noise-comp.component.ts b/src/app/pages/tecnalia-module/noise-comp/noise-comp.component.ts index 5a52684f5fa56b356182ba6d706f3088234d6e73..6de710a2a1d8b69b7e7c85040b1714c348c76098 100644 --- a/src/app/pages/tecnalia-module/noise-comp/noise-comp.component.ts +++ b/src/app/pages/tecnalia-module/noise-comp/noise-comp.component.ts @@ -26,8 +26,8 @@ export class NoiseCompComponent implements OnInit { public zoom:number = 12; private static BIO_LON: number = -2.9356732032001926; private static BIO_LAT: number = 43.26201529732467; - private static AMS_LON: number = 4.895325492686641; - private static AMS_LAT: number = 52.375147927015995; + private static AMS_LON: number = 4.929861; + private static AMS_LAT: number = 52.400065; private static HEL_LON: number = 24.925176054721625; private static HEL_LAT: number = 60.22470512386342; private static MES_LON: number = 15.553426081599502;