ahopper
ahopper
Hi, I have a first cut of mapsui working in Avalonia here https://github.com/ahopper/Mapsui/tree/initial-avalonia-port . Are you interested in a PR for this?
**Describe the bug** A slider or any RangeBase control with Value, Minimum and Maximum bound writes a value back to the binding clamped to the default (0 ,100) rather than...
The following attempt to bind TextBox.Text to Slider.Value does not work, there are no errors but nothing is displayed. ``` ``` Trying to do the same thing with a setter...
It appears getNativeStreamFormat is not implemented so the default of CS16 is returned which then fails if you setup a stream using that value. Other than that it seems to...