Changes between Initial Version and Version 1 of Ticket #16910


Ignore:
Timestamp:
2018-10-29T12:38:06+01:00 (5 years ago)
Author:
Don-vip
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #16910

    • Property Component CoreJMapViewer
  • Ticket #16910 – Description

    initial v1  
    1 Defining a setter method for the field org.openstreetmap.gui.jmapviewer.tilesources.TileSourceInfo.cookies would make it easier to create/modify programmatically a TileSourceInfo object (use case: adding authentication cookies to an ImageryInfo object after its creation).
     1Defining a setter method for the field `org.openstreetmap.gui.jmapviewer.tilesources.TileSourceInfo.cookies` would make it easier to create/modify programmatically a `TileSourceInfo` object (use case: adding authentication cookies to an `ImageryInfo` object after its creation).
    22
    33I can see that in revision #31432 some setters have already been exposed for similar fields.
    4 Would it be possible to add also a public method TileSourceInfo.setCookies() ?
     4Would it be possible to add also a public method `TileSourceInfo.setCookies()` ?