Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Maps4HTML/MapML.js
/ mapLayer
Function
mapLayer
src/mapml/layers/MapLayer.js:637–640 ·
view source on GitHub ↗
(url, node, options)
Source
from the content-addressed store, hash-verified
635
}
636
});
637
export
var
mapLayer =
function
(url, node, options) {
638
if
(!url && !node)
return
null;
639
return
new
MapLayer(url, node, options);
640
};
Callers
1
_onAdd
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected