Ignore:
Timestamp:
2026-02-12T17:33:22+01:00 (3 months ago)
Author:
stoecker
Message:

allow to select side for terracer, fix #11783, patch by Till_btn

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/terracer/test/unit/org/openstreetmap/josm/plugins/terracer/ReverseTerraceActionTest.java

    r36483 r36484  
    5252        dataSet.setSelected(way2);
    5353        new TerracerAction().terraceBuilding(way2, null, null, null, 5,
    54                 "80", "88", 2, Collections.emptyList(), null, false, false, "apartments");
     54                "80", "88", 2, Collections.emptyList(), null, false, false, "apartments", false);
    5555        final List<Way> addressedWays = dataSet.getWays().stream().filter(w -> w != way1)
    5656                .sorted(Comparator.comparingLong(w -> -w.getUniqueId())).collect(Collectors.toList());
Note: See TracChangeset for help on using the changeset viewer.