Closed don-vip closed 6 years ago
Hello, I made a breaking change in https://josm.openstreetmap.de/changeset/13564/josm/#file26 The method TaggingPresetType.forPrimitive now takes an IPrimitive parameter instead of an OsmPrimitive. Your plugin is impacted (CreatePresetAction:55), see https://josm.openstreetmap.de/jenkins/job/JOSM-Integration/1372/warnings3Result/
TaggingPresetType.forPrimitive
IPrimitive
OsmPrimitive
CreatePresetAction:55
Beep. Reminder.
Thank you, I remember it. I need some days to start it because of mental fatigue from business and private issues:-(
Fixed in v1.12 https://github.com/maripo/JOSM_easypresets/releases/tag/v1.12
I confirm it's working, we can close this issue :)
Hello, I made a breaking change in https://josm.openstreetmap.de/changeset/13564/josm/#file26 The method
TaggingPresetType.forPrimitive
now takes anIPrimitive
parameter instead of anOsmPrimitive
. Your plugin is impacted (CreatePresetAction:55
), see https://josm.openstreetmap.de/jenkins/job/JOSM-Integration/1372/warnings3Result/