Opened 7 years ago
Last modified 7 years ago
#16910 closed enhancement
Adding public setter method for TileSourceInfo.cookies — at Initial Version
Reported by: | allier-osm | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | 18.11 |
Component: | JMapViewer | Version: | latest |
Keywords: | Cc: |
Description
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).
I can see that in revision #31432 some setters have already been exposed for similar fields.
Would it be possible to add also a public method TileSourceInfo.setCookies() ?