From b389feb4ac31a4b97e50af4c88bd0107ccd3f014 Mon Sep 17 00:00:00 2001 From: Martin Raifer Date: Thu, 6 Feb 2025 13:06:27 +0100 Subject: [PATCH] fix flickering when switching background layers or zooming closes #10738 fixes a regression in 98d29e908f9cdbee2966fe0867e977176564e5b5, overriding the original fix from 460a9efce18a5cff2b7f03761a29e35e49500cf0 --- CHANGELOG.md | 8 ++++++++ css/80_app.css | 3 ++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 582818254..fe5968a8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -53,6 +53,14 @@ _Breaking developer changes, which may affect downstream projects or sites that [#10003]: https://github.com/openstreetmap/iD/pull/10003 +# 2.31.1 +##### 2025-Feb-06 + +* Fix flickering when switching background layers or zooming ([#10738]) + +[#10738]: https://github.com/openstreetmap/iD/issues/10738 + + # 2.31.0 ##### 2025-Feb-05 diff --git a/css/80_app.css b/css/80_app.css index 37ada9891..e1ad4b129 100644 --- a/css/80_app.css +++ b/css/80_app.css @@ -4388,7 +4388,8 @@ img.tile { } } -img.tile-removing { +.layer-background img.tile-removing, +.map-in-map-background img.tile-removing { opacity: 0; z-index: 1; mix-blend-mode: normal;