Update to iD v2.31.1

This commit is contained in:
Martin Raifer 2025-02-06 13:52:00 +01:00
parent 066a3e6635
commit 6c196675f4
No known key found for this signature in database
GPG key ID: 3CD561F7B1C461BD
2 changed files with 3 additions and 2 deletions

View file

@ -7919,7 +7919,8 @@
}
}
.ideditor img.tile-removing {
.ideditor .layer-background img.tile-removing,
.ideditor .map-in-map-background img.tile-removing {
opacity: 0;
z-index: 1;
mix-blend-mode: normal;

View file

@ -21616,7 +21616,7 @@
// package.json
var package_default = {
name: "iD",
version: "2.31.0",
version: "2.31.1",
description: "A friendly editor for OpenStreetMap",
main: "dist/iD.min.js",
repository: "github:openstreetmap/iD",