Paul den Dulk
Paul den Dulk
> I ran odiff-windows on the original and new images Wow, very useful. In another project I worked on long ago, we could run a self built image compare tool...
> So all meaningful changes are now merged #2835 So closing this pull request, because the image updates are not necessary Thanks for you methodical approach.
Thanks for testing v5. There is no way to determine this from the ViewportChanged event. This may also be hard to implement. I have to take a look at the...
See also this issue https://github.com/Mapsui/Mapsui/discussions/3225
Thanks for reporting this. It looks like a bug.
Had a look at this. We could make the layer Name a mandatory parameter of the OnDataChangedEventArgs constructor. This solves a lot of problems but a complication is that it...
I fixed this in main by making the layerName constructor argument mandatory for the DataChangeEventArgs and remove use of it in non-layers. These now use an event with minimal data....
Thanks a lot for you detailed analysis. This sound to me like the correct interpretation. I will look into it. It freezes the current animation but it does not freeze...
Unfortunately not. The Map is the only field we want to support binding for (we have a lot on our plate and want to reduce the platform specific work), but...
@AhmadovMahammad Thanks a lot! This is a simple way to solve binding for a lot of users. I had hoped to implement Map binding on all platforms in v5. It...