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

this._map._initRaphaelRoot is not a function #18

Open
ghost opened this issue Aug 29, 2014 · 0 comments
Open

this._map._initRaphaelRoot is not a function #18

ghost opened this issue Aug 29, 2014 · 0 comments

Comments

@ghost
Copy link

ghost commented Aug 29, 2014

Hi all.

I followed examples, so I have included raphael-min.js, leaflet and rlayer.js

But, when I want to add marker to the map

var marker = new R.Marker(latLng,{'fill': '#fff', 'stroke': '#000'});

rlayer.js breaks at line 38:

this._map._initRaphaelRoot();
this._map._initRaphaelRoot is not a function

Did I missed some dependency or what?

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

0 participants