MCPcopy Index your code
hub / github.com/Maps4HTML/MapML.js / getMapEl

Method getMapEl

src/layer.js:170–172  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

168 }
169 }
170 getMapEl() {
171 return Util.getClosest(this, 'mapml-viewer,map[is=web-map]');
172 }
173 constructor() {
174 // Always call super first in constructor
175 super();

Calls

no outgoing calls

Tested by

no test coverage detected