Skip to content

Marker cannot bind with Popup #9

@xkoo

Description

@xkoo

Hi,

I've been using your plugin with Leaflet. I love your work, but it could be better if markers can bind with Popup. I tried to bind the Popup like this:

var point = new L.LatLng(-34.93027490891421, 138.603875041008);
var marker = new R.Marker(point, {'fill':'red','stroke':'blue'});
m.bindPopup("Hello").openPopup();

But it doesn't work. Hope this issue could be solved

Thank you

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions