You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since support for notes is now in JOSM core, this plugin could support them as well. If I am seeing things correctly, the NoteData class in core will need to implement the Data interface so that it can deal with bounds. Anything else I should know?
The text was updated successfully, but these errors were encountered:
When I added support for GPX I knew that notes were on the way. If you are able to get the bounds already downloaded somehow it is just to append a new if statement to DownloadStrategy.getExisting() . You may note that there is currently no common interface for the layers to give away that information so there needs to be special cases for each layer class.
Since support for notes is now in JOSM core, this plugin could support them as well. If I am seeing things correctly, the
NoteData
class in core will need to implement theData
interface so that it can deal with bounds. Anything else I should know?The text was updated successfully, but these errors were encountered: