diff --git a/src/ol/source/CartoDB.js b/src/ol/source/CartoDB.js index 90065e40f7..19bea26c37 100644 --- a/src/ol/source/CartoDB.js +++ b/src/ol/source/CartoDB.js @@ -31,6 +31,12 @@ import XYZ from '../source/XYZ.js'; */ +/** + * @typedef {Object} CartoDBLayerInfo + * @property {string} layergroupid The layer group ID + * @property {{https: string}} cdn_url The CDN URL + */ + /** * @classdesc * Layer source for the CartoDB Maps API. @@ -48,7 +54,6 @@ class CartoDB extends XYZ { maxZoom: options.maxZoom !== undefined ? options.maxZoom : 18, minZoom: options.minZoom, projection: options.projection, - state: SourceState.LOADING, wrapX: options.wrapX });