Paul den Dulk
Paul den Dulk
Thanks for the report. I reproduced this in todays main (v5). It is certainly not intended to work like this. I remember getting this problem fixed for mouse wheel zoom....
The bug is fixed with this PR and will be part of 5.0.0-beta.2. https://github.com/Mapsui/Mapsui/pull/2699 I personally won't prioritize fixing this bug in v4.
@mikernet Please report the bugs.
I can not reproduce your problem in todays main. I have been looking into Lock because of your issue and came up with another PR: https://github.com/Mapsui/Mapsui/pull/3097 but I don't think...
@mikernet Mapsui 5.0.05-beta.21 was released yesterday. Please test it. We are closing in on the V5 release and bug fixing now has priority. Now is a good time to report...
😐 There is another Uno PR in progress, lets wait for that and try again. https://github.com/Mapsui/Mapsui/pull/3092. CC @ramezgerges
ImageSource also supports SVG https://mapsui.com/v5/imagesource/#image-types The fact that setting the ImageSource type first causes an exception might be a bug. What kind of exception do you get?
> So why recreate the wheel and not use Maui's built in ImageSource instead? Mapsui supports eleven different platforms by now. With that many platforms it becomes impossible to maintain...
@softlion So you load it from an embedded resource, which is supported by ImageSource, but you don't want to use that option because the app would take longer to start?
@memsom I think a custom style renderer would be the best option for your scenario. Did you try to get that sample running? A possible improvement in V5 would be...