Remove ol/Attribution

This commit is contained in:
Tim Schaub
2017-12-12 19:27:12 -07:00
parent ac6b3fb908
commit 7e3d44e35a
8 changed files with 24 additions and 239 deletions

View File

@@ -23,21 +23,6 @@ olx.CollectionOptions;
olx.CollectionOptions.prototype.unique;
/**
* @typedef {{html: string,
* tileRanges: (Object.<string, Array.<ol.TileRange>>|undefined)}}
*/
olx.AttributionOptions;
/**
* HTML markup for this attribution.
* @type {string}
* @api
*/
olx.AttributionOptions.prototype.html;
/**
* @typedef {{tracking: (boolean|undefined),
* trackingOptions: (GeolocationPositionOptions|undefined),