Paul den Dulk
Paul den Dulk
There are many samples that use a marker. I just updated the documentation page about samples: https://github.com/Mapsui/Mapsui/blob/master/docfx/documentation/samples.md
Thanks for you clear bug report. I can also reproduce it in the PanLock samples (under the Navigation category) when running Mapsui.Samples.Wpf. PanLock should indeed also prevent fling so this...
A cleaner solution would be to remove all known tile sources, but my impression is that the majority of users use the KnownTileSources. It also helps a lot in getting...
Yes it would. PR is welcome. Note, if this is for 3.0.3 you need to point the PR to the develop/3.x branch. Also relevant. Mapsui.Geometry (and thus Point) will be...
@inforithmics Good point! I had not thought about that. The smallest change would be to more Mapsui.Rendering.Skia to its own package. I think we need to do that before the...
Here is the related PR https://github.com/Mapsui/Mapsui/pull/1651
This was implemented a while ago. This remark is still relevant. This may be needed for MVVM support. > - Move everything in the MapControl that is needed in the...
@charlenni Answering in the new issue https://github.com/Mapsui/Mapsui/issues/1731#issuecomment-1276468029
The RasterizingTileProvider creates an SkPicture at the moment the file is fetched. In that case a two step solution would not add anything. Do you also see it like that,...
I can not put much time into this discussion at the moment but think it is important so I just want to say a few things. Googling on 'distinction drawing...