-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels