Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Marker cannot bind with Popup #9

Open
xkoo opened this issue Mar 20, 2013 · 0 comments
Open

Marker cannot bind with Popup #9

xkoo opened this issue Mar 20, 2013 · 0 comments

Comments

@xkoo
Copy link

xkoo commented Mar 20, 2013

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant