Changes between Initial Version and Version 1 of Ticket #21333, comment 10
- Timestamp:
- 2021-09-16T17:40:46+02:00 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21333, comment 10
initial v1 4 4 IIRC, I think I added `addIgnoredHighway` for plugins, and I just added `addIgnoredRailway` to be consistent. 5 5 I don't ''believe'' `addIgnoredHighway` is actually used in plugins. I do use `SharpAngles` in my MapWithAI plugin (for a validation test -- I need to move this to the dedicated validations testing plugin which I created). 6 7 EDIT: If you want to check if something is used in a plugin, fork https://gitlab.com/smocktaylor/josm/-/tree/gitlab-ci/ , remove the appropriate methods, and run the `plugin-binary-compatibility-generate-ci` job.