geoportal-extensions-openlayers
Version:

21 lines • 809 B
TypeScript
export default GeoportalAttribution;
/**
* @classdesc
* OpenLayers Control to manage Originators for layer resources
*
* @constructor
* @extends {ol.control.Attribution}
* @alias ol.control.GeoportalAttribution
* @type {ol.control.GeoportalAttribution}
* @param {Object} options - ol.control.Attribution options (see {@link http://openlayers.org/en/latest/apidoc/ol.control.Attribution.html ol.Control.Attribution})
* @fires attributions:update
* @example
* var attribution = new ol.control.GeoportalAttribution({
* collapsed : false
* });
* map.addControl(attribution);
* // listeners for attributions update :
* attribution.on("attributions:update", function (e) {});
*/
declare var GeoportalAttribution: ol.control.GeoportalAttribution;
//# sourceMappingURL=GeoportalAttribution.d.ts.map