We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2414f9 commit 6dbe3f0Copy full SHA for 6dbe3f0
src/common/mapping/WebMap.js
@@ -359,10 +359,6 @@
359
});
360
}
361
362
- /**
363
- * @private
364
- * @constructor
365
- */
366
_createWebMapFactory() {
367
throw new Error('_createWebMapFactory is not implemented');
368
@@ -405,6 +401,10 @@
405
401
addlayerchanged: this._addLayerChangedHandler
406
402
};
407
403
const mapOptions = cloneDeep(this.mapOptions);
404
+ /**
+ * @constructor
+ * @private
+ */
408
const WebMapFactory = this._createWebMapFactory(type);
409
this._handler = new WebMapFactory(this.mapId, commonOptions, mapOptions);
410
// this._handler.setEventedParent(this);
0 commit comments