-
-
Notifications
You must be signed in to change notification settings - Fork 695
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
Is it possible to rotate a marker? #1235
Comments
try this on the marker's properties style: {
rotate: '45deg'
} |
Is not working.
|
Well you said you used text makers not imageLayer... There is the |
Why ? Because it is no coded. Please to a mockup of the desired orientation, so I know exactly what you want. |
For the future 5.7.1 version
|
Thanks. Great news. |
@PanierAvide this could be useful for #1163 Or as a baseline for a custom renderer like the ArrowsRenderer |
This feature/bug fix has been released in version 5.7.1. |
When using a marker that is not square in dimensions, if you rotate the marker it does not retain the proportions. I don't know if this is a limitation of the system or just something to be fixed. Thanks in advance |
Please open a new issue with full code and/or demo |
Describe your problem
In case os markers with text for example.
I can use yaw and pitch to create a marker but I'd like to rotate it in place to align text with the space for example.
Online demo URL
No response
Photo Sphere Viewer version
5.7.0
Plugins loaded
markersPlugin
Additional context
No response
The text was updated successfully, but these errors were encountered: