Modify ↓
Opened 13 years ago
Closed 13 years ago
#6893 closed enhancement (fixed)
[Patch] Add attribution getters to ImageryInfo
Reported by: | Don-vip | Owned by: | team |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Core | Version: | latest |
Keywords: | Cc: |
Description
I need to access attribution fields of ImageryInfo from a plugin.
Please find attached a patch that adds the needed getters.
I am currently accessing them in a very dirty way :D
TMSTileSource tms = new TMSTileSource(null, null, 0); imagery.setAttribution(tms); ... tms.getAttributionText(0, null, null));//FIXME ... tms.getAttributionLinkURL());//FIXME ... tms.getTermsOfUseURL());//FIXME
Attachments (1)
Change History (2)
by , 13 years ago
Attachment: | patch.diff added |
---|
comment:1 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
In [4464/josm]: