Skip to content

Accept a DOM element, rather than an element ID string, for initializing the...

Hello,

This pull request will allow to accept a DOM element, rather than an element ID string, for initializing the map.

This is useful when using shadow DOM elements (using shadow DOM elements is in turn useful when the user wants to avoid to mash up stylesheets from different libraries, for example).

Edited by Marin

Merge request reports