UNPKG

geoportal-extensions-openlayers

Version:

![GitHub package.json version](https://img.shields.io/github/package-json/v/IGNF/geoportal-extensions?filename=build%2Fscripts%2Frelease%2Fpackage-openlayers.json)

21 lines 809 B
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