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

Method _addStylesheetLink

src/map-extent.js:312–316  ·  view source on GitHub ↗
(mapLink)

Source from the content-addressed store, hash-verified

310 });
311 };
312 const _addStylesheetLink = (mapLink) => {
313 this.whenReady().then(() => {
314 this._extentLayer.renderStyles(mapLink);
315 });
316 };
317 const _addStyleElement = (mapStyle) => {
318 this.whenReady().then(() => {
319 this._extentLayer.renderStyles(mapStyle);

Callers

nothing calls this directly

Calls 1

whenReadyMethod · 0.95

Tested by

no test coverage detected