MCPcopy Create free account
hub / github.com/Maps4HTML/MapML.js / _addMetaElement

Method _addMetaElement

src/map-extent.js:306–311  ·  view source on GitHub ↗
(mapMeta)

Source from the content-addressed store, hash-verified

304 }
305 _runMutationObserver(elementsGroup) {
306 const _addMetaElement = (mapMeta) => {
307 this.whenReady().then(() => {
308 this._calculateBounds();
309 this._validateDisabled();
310 });
311 };
312 const _addStylesheetLink = (mapLink) => {
313 this.whenReady().then(() => {
314 this._extentLayer.renderStyles(mapLink);

Callers

nothing calls this directly

Calls 3

whenReadyMethod · 0.95
_calculateBoundsMethod · 0.95
_validateDisabledMethod · 0.95

Tested by

no test coverage detected