Changes between Initial Version and Version 1 of Ticket #19591


Ignore:
Timestamp:
2020-07-30T15:49:47+02:00 (4 years ago)
Author:
taylor.smock
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #19591 – Description

    initial v1  
    88
    99Right now, my intent is to use this in the Mapillary plugin to remove the JavaFX dependency. I will probably post a patch for the JavaFX plugin that will enable it to be used as a date picker without being a hard dependency for other plugins.
     10
     11Alternatively, I can just use it as a plugin, but I'd like to avoid having Mapillary depend upon libraries that are not modifiable by core developers.
     12
     13So I would like to put the plugin in a location where core developers can make modifications to it if I cannot (i.e., a bus hits me).
     14
     15Options:
     16
     171) OSM SVN. Not an option (#19509)
     182) Add the plugin to the JOSM GitHub group, probably with a bidirectional mirror on Gitlab's end (I dislike using Github)
     193) Wait for the JOSM Gitlab instance to be spun up and become available for plugin authors (#16857). This would make Mapillary depend upon out-of-tree plugins for some period of time.