mikes222
mikes222
I had no success in building this widget. Currently the first in effect works as well as the second inEffect for the contemplary widget. The out effects are not working...
Unfortunately it is not fully working that way. With the snippet below the in and out effect for the first icon works as well as the in-effect for the alternate...
first tests were successful. Will do more tests tomorrow...
See also Issue #119
I totally forgot this PR. Please change the code as you suggested and merge it into your master branch. Regards, Mike
set ``strokeMinZoomLevel`` to a high value in order to prevent zooming.
Interesting problem. The position is easy. It is the center of the bounding box. With the help of ``PixelProjection.latLonToPixel()`` you could calculate the absolute pixels for the left-upper and right-bottom...
I suggest to use the ``positionStream`` instead of the ``rotationNotifier``.
The former comment regards to the PullRequest. - How many symbols are in the datastore(s) when you rotate? - What means "previous version"? - Is the map rotation fast without...
I have experienced similar issues, but with thousands of markers. I need more time to find the root cause...