We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I've installed your extension of Leaflet. My icons appear but are not rotating. Here is the code that I am using:
this.marker = L.marker([51.505, -0.09], {rotationAngle: 120, rotationOrigin: 'center'}).addTo(this.map);
As you can see the icon is not rotated. Functions setRotationAngle and setRotationOrigin don't appear to do anything either.
I have dropped the extension .js script file in my Leaflet folder like so:
Any ideas to what I am doing wrong? @bbecquet
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Seems to work fine for me. Could you check the console logs for errors if any?
Sorry, something went wrong.
No branches or pull requests
Hi, I've installed your extension of Leaflet. My icons appear but are not rotating. Here is the code that I am using:
this.marker = L.marker([51.505, -0.09], {rotationAngle: 120, rotationOrigin: 'center'}).addTo(this.map);
As you can see the icon is not rotated. Functions setRotationAngle and setRotationOrigin don't appear to do anything either.
I have dropped the extension .js script file in my Leaflet folder like so:
Any ideas to what I am doing wrong? @bbecquet
Thanks in advance.
The text was updated successfully, but these errors were encountered: