Closed loretoparisi closed 8 years ago
Fixed in 0.2.1 please update and use map
as a javascript global, or set Map(varname='foo'...)
if you need different name.
Thanks
BTW: identifier
is the map name to be used in HTML DOM element, varname is the name used in JS. if none passed will be map
by default
@rochacbruno 👍
I'm rendering this map
and in the html
Now I want to add markers dynamically to this map with jQuery like
so I need a reference to this
map
object in the page, so how?