UNPKG

geopf-extensions-openlayers

Version:

French Geoportal Extensions for OpenLayers libraries

18 lines 468 B
export default GetFeatureInfo; /** * @classdesc * * GetFeatureInfo button * * @constructor * @alias ol.control.GetFeatureInfo * @type {ol.control.GetFeatureInfo} * @extends {ol.control.Control} * @param {Object} options - options for function call. * * @example * var getFeatureInfo = new ol.control.GetFeatureInfo(); * map.addControl(getFeatureInfo); */ declare var GetFeatureInfo: ol.control.GetFeatureInfo; //# sourceMappingURL=GetFeatureInfo.d.ts.map