﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
6893	[Patch] Add attribution getters to ImageryInfo	Don-vip	team	"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
}}}
"	enhancement	closed	minor		Core	latest	fixed		
