Ticket #23913: 23913.4.patch

File 23913.4.patch, 873 bytes (added by taylor.smock, 14 months ago)

Update TileSourceRule in core to add id to ImageryInfo objects

  • test/unit/org/openstreetmap/josm/testutils/TileSourceRule.java

    Subject: [PATCH] #23913
    ---
    IDEA additional info:
    Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
    <+>UTF-8
    diff --git a/test/unit/org/openstreetmap/josm/testutils/TileSourceRule.java b/test/unit/org/openstreetmap/josm/testutils/TileSourceRule.java
    a b  
    151151                String.format("tms[20]:http://localhost:%d/%h/{z}/{x}/{y}.png", port, this.hashCode()),
    152152                "tms",
    153153                (String) null,
    154                 (String) null
     154                (String) null,
     155                this.label
    155156            );
    156157        }
    157158