Remove logos

This commit is contained in:
Tim Schaub
2017-12-16 08:40:02 -07:00
parent 9a3d7eedc4
commit b7e9b8b461
40 changed files with 8 additions and 448 deletions
-11
View File
@@ -3,7 +3,6 @@
*/
/**
* @constructor
*/
@@ -28,7 +27,6 @@ BingMapsCoverageArea.prototype.zoomMax;
BingMapsCoverageArea.prototype.zoomMin;
/**
* @constructor
*/
@@ -47,7 +45,6 @@ BingMapsImageryProvider.prototype.attribution;
BingMapsImageryProvider.prototype.coverageAreas;
/**
* @constructor
*/
@@ -60,12 +57,6 @@ var BingMapsImageryMetadataResponse = function() {};
BingMapsImageryMetadataResponse.prototype.authenticationResultCode;
/**
* @type {string}
*/
BingMapsImageryMetadataResponse.prototype.brandLogoUri;
/**
* @type {string}
*/
@@ -96,7 +87,6 @@ BingMapsImageryMetadataResponse.prototype.statusDescription;
BingMapsImageryMetadataResponse.prototype.traceId;
/**
* @constructor
*/
@@ -157,7 +147,6 @@ BingMapsResource.prototype.zoomMax;
BingMapsResource.prototype.zoomMin;
/**
* @constructor
*/
-150
View File
@@ -5,29 +5,6 @@
var olx;
/**
* Object literal with config options for the map logo.
* @typedef {{href: (string), src: (string)}}
*/
olx.LogoOptions;
/**
* Link url for the logo. Will be followed when the logo is clicked.
* @type {string}
* @api
*/
olx.LogoOptions.prototype.href;
/**
* Image src for the logo.
* @type {string}
* @api
*/
olx.LogoOptions.prototype.src;
/**
* Options for tile constructors.
* @typedef {{transition: (number|undefined)}}
@@ -4177,7 +4154,6 @@ olx.source.BingMapsOptions.prototype.transition;
* extent: (ol.Extent|undefined),
* format: (ol.format.Feature|undefined),
* geometryFunction: (undefined|function(ol.Feature):ol.geom.Point),
* logo: (string|undefined),
* projection: ol.ProjectionLike,
* source: ol.source.Vector,
* wrapX: (boolean|undefined)}}
@@ -4236,14 +4212,6 @@ olx.source.ClusterOptions.prototype.geometryFunction;
olx.source.ClusterOptions.prototype.format;
/**
* Logo.
* @type {string|undefined}
* @api
*/
olx.source.ClusterOptions.prototype.logo;
/**
* Projection.
* @type {ol.ProjectionLike}
@@ -4321,7 +4289,6 @@ olx.source.TileUTFGridOptions.prototype.url;
* @typedef {{attributions: (ol.AttributionLike|undefined),
* cacheSize: (number|undefined),
* crossOrigin: (null|string|undefined),
* logo: (string|olx.LogoOptions|undefined),
* opaque: (boolean|undefined),
* projection: ol.ProjectionLike,
* reprojectionErrorThreshold: (number|undefined),
@@ -4369,14 +4336,6 @@ olx.source.TileImageOptions.prototype.cacheSize;
olx.source.TileImageOptions.prototype.crossOrigin;
/**
* Logo.
* @type {string|olx.LogoOptions|undefined}
* @api
*/
olx.source.TileImageOptions.prototype.logo;
/**
* Whether the layer is opaque.
* @type {boolean|undefined}
@@ -4502,7 +4461,6 @@ olx.source.TileImageOptions.prototype.transition;
* @typedef {{attributions: (ol.AttributionLike|undefined),
* cacheSize: (number|undefined),
* format: (ol.format.Feature|undefined),
* logo: (string|olx.LogoOptions|undefined),
* overlaps: (boolean|undefined),
* projection: ol.ProjectionLike,
* state: (ol.source.State|undefined),
@@ -4545,14 +4503,6 @@ olx.source.VectorTileOptions.prototype.cacheSize;
olx.source.VectorTileOptions.prototype.format;
/**
* Logo.
* @type {string|olx.LogoOptions|undefined}
* @api
*/
olx.source.VectorTileOptions.prototype.logo;
/**
* This source may have overlapping geometries. Default is `true`. Setting this
* to `false` (e.g. for sources with polygons that represent administrative
@@ -4953,7 +4903,6 @@ olx.source.OSMOptions.prototype.wrapX;
* @typedef {{attributions: (ol.AttributionLike|undefined),
* crossOrigin: (null|string|undefined),
* hidpi: (boolean|undefined),
* logo: (string|olx.LogoOptions|undefined),
* imageLoadFunction: (ol.ImageLoadFunctionType|undefined),
* params: Object.<string,*>,
* projection: ol.ProjectionLike,
@@ -4993,14 +4942,6 @@ olx.source.ImageArcGISRestOptions.prototype.crossOrigin;
olx.source.ImageArcGISRestOptions.prototype.hidpi;
/**
* Logo.
* @type {string|olx.LogoOptions|undefined}
* @api
*/
olx.source.ImageArcGISRestOptions.prototype.logo;
/**
* Optional function to load an image given a URL.
* @type {ol.ImageLoadFunctionType|undefined}
@@ -5060,7 +5001,6 @@ olx.source.ImageArcGISRestOptions.prototype.url;
/**
* @typedef {{attributions: (ol.AttributionLike|undefined),
* canvasFunction: ol.CanvasFunctionType,
* logo: (string|olx.LogoOptions|undefined),
* projection: ol.ProjectionLike,
* ratio: (number|undefined),
* resolutions: (Array.<number>|undefined),
@@ -5092,14 +5032,6 @@ olx.source.ImageCanvasOptions.prototype.attributions;
olx.source.ImageCanvasOptions.prototype.canvasFunction;
/**
* Logo.
* @type {string|olx.LogoOptions|undefined}
* @api
*/
olx.source.ImageCanvasOptions.prototype.logo;
/**
* Projection.
* @type {ol.ProjectionLike}
@@ -5199,7 +5131,6 @@ olx.source.RasterOptions.prototype.operationType;
* crossOrigin: (null|string|undefined),
* hidpi: (boolean|undefined),
* serverType: (ol.source.WMSServerType|string|undefined),
* logo: (string|olx.LogoOptions|undefined),
* imageLoadFunction: (ol.ImageLoadFunctionType|undefined),
* params: Object.<string,*>,
* projection: ol.ProjectionLike,
@@ -5256,14 +5187,6 @@ olx.source.ImageWMSOptions.prototype.serverType;
olx.source.ImageWMSOptions.prototype.imageLoadFunction;
/**
* Logo.
* @type {string|olx.LogoOptions|undefined}
* @api
*/
olx.source.ImageWMSOptions.prototype.logo;
/**
* WMS request parameters. At least a `LAYERS` param is required. `STYLES` is
* `''` by default. `VERSION` is `1.3.0` by default. `WIDTH`, `HEIGHT`, `BBOX`
@@ -5407,7 +5330,6 @@ olx.source.StamenOptions.prototype.wrapX;
* imageExtent: (ol.Extent),
* imageLoadFunction: (ol.ImageLoadFunctionType|undefined),
* imageSize: (ol.Size|undefined),
* logo: (string|olx.LogoOptions|undefined),
* projection: ol.ProjectionLike,
* url: string}}
*/
@@ -5451,14 +5373,6 @@ olx.source.ImageStaticOptions.prototype.imageExtent;
olx.source.ImageStaticOptions.prototype.imageLoadFunction;
/**
* Optional logo.
* @type {string|olx.LogoOptions|undefined}
* @api
*/
olx.source.ImageStaticOptions.prototype.logo;
/**
* Projection.
* @type {ol.ProjectionLike}
@@ -5489,7 +5403,6 @@ olx.source.ImageStaticOptions.prototype.url;
* cacheSize: (number|undefined),
* crossOrigin: (null|string|undefined),
* params: (Object.<string, *>|undefined),
* logo: (string|olx.LogoOptions|undefined),
* tileGrid: (ol.tilegrid.TileGrid|undefined),
* projection: ol.ProjectionLike,
* reprojectionErrorThreshold: (number|undefined),
@@ -5544,14 +5457,6 @@ olx.source.TileArcGISRestOptions.prototype.crossOrigin;
olx.source.TileArcGISRestOptions.prototype.params;
/**
* Logo.
* @type {string|olx.LogoOptions|undefined}
* @api
*/
olx.source.TileArcGISRestOptions.prototype.logo;
/**
* Tile grid. Base this on the resolutions, tilesize and extent supported by the
* server.
@@ -5746,7 +5651,6 @@ olx.source.TileJSONOptions.prototype.transition;
* crossOrigin: (null|string|undefined),
* gutter: (number|undefined),
* hidpi: (boolean|undefined),
* logo: (string|olx.LogoOptions|undefined),
* tileClass: (function(new: ol.ImageTile, ol.TileCoord,
* ol.TileState, string, ?string,
* ol.TileLoadFunctionType)|undefined),
@@ -5825,14 +5729,6 @@ olx.source.TileWMSOptions.prototype.gutter;
olx.source.TileWMSOptions.prototype.hidpi;
/**
* Logo.
* @type {string|olx.LogoOptions|undefined}
* @api
*/
olx.source.TileWMSOptions.prototype.logo;
/**
* Class used to instantiate image tiles. Default is {@link ol.ImageTile}.
* @type {function(new: ol.ImageTile, ol.TileCoord,
@@ -5936,7 +5832,6 @@ olx.source.TileWMSOptions.prototype.transition;
* features: (Array.<ol.Feature>|ol.Collection.<ol.Feature>|undefined),
* format: (ol.format.Feature|undefined),
* loader: (ol.FeatureLoader|undefined),
* logo: (string|olx.LogoOptions|undefined),
* overlaps: (boolean|undefined),
* strategy: (ol.LoadingStrategy|undefined),
* url: (string|ol.FeatureUrlFunction|undefined),
@@ -6013,14 +5908,6 @@ olx.source.VectorOptions.prototype.format;
olx.source.VectorOptions.prototype.loader;
/**
* Logo.
* @type {string|olx.LogoOptions|undefined}
* @api
*/
olx.source.VectorOptions.prototype.logo;
/**
* This source may have overlapping geometries. Default is `true`. Setting this
* to `false` (e.g. for sources with polygons that represent administrative
@@ -6099,7 +5986,6 @@ olx.source.VectorOptions.prototype.wrapX;
* @typedef {{attributions: (ol.AttributionLike|undefined),
* cacheSize: (number|undefined),
* crossOrigin: (string|null|undefined),
* logo: (string|olx.LogoOptions|undefined),
* tileGrid: ol.tilegrid.WMTS,
* projection: ol.ProjectionLike,
* reprojectionErrorThreshold: (number|undefined),
@@ -6151,14 +6037,6 @@ olx.source.WMTSOptions.prototype.cacheSize;
olx.source.WMTSOptions.prototype.crossOrigin;
/**
* Logo.
* @type {string|olx.LogoOptions|undefined}
* @api
*/
olx.source.WMTSOptions.prototype.logo;
/**
* Tile grid.
* @type {ol.tilegrid.WMTS}
@@ -6315,7 +6193,6 @@ olx.source.WMTSOptions.prototype.transition;
* @typedef {{attributions: (ol.AttributionLike|undefined),
* cacheSize: (number|undefined),
* crossOrigin: (null|string|undefined),
* logo: (string|olx.LogoOptions|undefined),
* opaque: (boolean|undefined),
* projection: ol.ProjectionLike,
* reprojectionErrorThreshold: (number|undefined),
@@ -6362,14 +6239,6 @@ olx.source.XYZOptions.prototype.cacheSize;
olx.source.XYZOptions.prototype.crossOrigin;
/**
* Logo.
* @type {string|olx.LogoOptions|undefined}
* @api
*/
olx.source.XYZOptions.prototype.logo;
/**
* Whether the layer is opaque.
* @type {boolean|undefined}
@@ -6499,7 +6368,6 @@ olx.source.XYZOptions.prototype.transition;
* @typedef {{attributions: (ol.AttributionLike|undefined),
* cacheSize: (number|undefined),
* crossOrigin: (null|string|undefined),
* logo: (string|olx.LogoOptions|undefined),
* projection: ol.ProjectionLike,
* maxZoom: (number|undefined),
* minZoom: (number|undefined),
@@ -6539,14 +6407,6 @@ olx.source.CartoDBOptions.prototype.cacheSize;
olx.source.CartoDBOptions.prototype.crossOrigin;
/**
* Logo.
* @type {string|olx.LogoOptions|undefined}
* @api
*/
olx.source.CartoDBOptions.prototype.logo;
/**
* Projection. Default is `EPSG:3857`.
* @type {ol.ProjectionLike}
@@ -6614,7 +6474,6 @@ olx.source.CartoDBOptions.prototype.account;
* @typedef {{attributions: (ol.AttributionLike|undefined),
* cacheSize: (number|undefined),
* crossOrigin: (null|string|undefined),
* logo: (string|olx.LogoOptions|undefined),
* projection: (ol.ProjectionLike|undefined),
* reprojectionErrorThreshold: (number|undefined),
* url: !string,
@@ -6655,14 +6514,6 @@ olx.source.ZoomifyOptions.prototype.cacheSize;
olx.source.ZoomifyOptions.prototype.crossOrigin;
/**
* Logo.
* @type {string|olx.LogoOptions|undefined}
* @api
*/
olx.source.ZoomifyOptions.prototype.logo;
/**
* Projection.
* @type {ol.ProjectionLike|undefined}
@@ -7798,7 +7649,6 @@ olx.view.FitOptions.prototype.callback;
* index: number,
* layerStates: Object.<number, ol.LayerState>,
* layerStatesArray: Array.<ol.LayerState>,
* logos: Object.<string, (string|Element)>,
* pixelRatio: number,
* pixelToCoordinateTransform: ol.Transform,
* postRenderFunctions: Array.<ol.PostRenderFunction>,