Compatibility with Leaflet 1.9.2
Closed this issue · 4 comments
I know that it states compatible with Leaflet 1.7
However, I tested this plugin with Leaflet 1.9.2 and everything works except from popups that stay anchored to the old position without getting the rotation transformation applied.
Could you please look into this?
every file included in this library does nothing but slightly alter (overriding) the prototypes of some functions defined in the core, eg:
leaflet-rotate/src/layer/Popup.js
Lines 4 to 6 in 6bfccce
in particular, only two functions are modified within that file:
leaflet-rotate/src/layer/Popup.js
Lines 1 to 65 in 6bfccce
as i am not a core developer either, please try to check yourself too if anything has changed in the meantime inside that file:
At the moment, you may be waiting a very long time before I get in on it...
Thanks for any cooperation,
Raruto
@alessandro-dallatorre I did a quick test with version leaflet@v1.9.2 and it seems ok to me.
If not, please also provide a public example that reproduces the issue, otherwise I consider this issue resolved
Have a nice day,
Raruto
Yes, please wait and I'll post some code and screenshots.
popups that stay anchored to the old position without getting the rotation transformation applied.
@alessandro-dallatorre it is not clear what exactly you are referring to, but this should be the default behavior (markers, popups and tooltips by default are not added to rotatePane
, see also: Map Panes documentation and #2 (comment))
Lines 230 to 232 in 2526fa9
please wait and I'll post some code and screenshots.
It's been a while, if you think there is still a problem please open a new specific issue and provide more detailed information about it
I do my best to at least keep the plugin aligned with the main leaflet structure, but I don't have the resources to test or support only myself all the available features..