Paul den Dulk
Paul den Dulk
@memsom How did you work with SVGs in V4. You turned it into an SKPicture? You say you use multiple custom colors for your SVG. How did that work? Did...
The options are now: - CustomStyleRenderer - CustomPointStyleRenderer - svg-content or base64-content
Hmm, so actually rendering the image on the server and sending it over blazors signalr to the client? I worked on a project where we used leaflet.js like that (by...
I have not looked into the changes in this PR but I created an issue to describe how I think Blazor server rendering should work, the SkiaSharp rendering should still...
The Avalonia sample we have for this (MouseCoordinateSample under Widgets ) does not show this behavior. So, you have some additional configuration. Do you explicitly assign a Chinese character set...
Wait for the next release and test again.
> Retested with 5.0.0-beta.15 and the issue has been resolved. oh wow, that is good news because I could not have looked into this anytime soon. The root cause is...
Mapsui supports ten platforms. To reduce the maintenance costs we try to keep most of the code in the platform independent part. In V5 most of the logic can be...
Q1: The Map in WPF implements INotifyPropertyChanged but nothing else to support a form of binding. What kind of binding do you use? Do you use a framework. Could you...
A MVVM framework could require a specific implementation of the ViewModel. In Prism the BindableBase is often used for that (this is Prism specific so something we would like to...