Paul den Dulk
Paul den Dulk
It is possible to use a custom image and it is possible to open/close a callout. You question is to open close it by clicking the custom image?
There is no support for that atm.
It works, there is a bug in the samples as mentioned there.
@gpsaliola ah, that is very helpful, thank you. Especially since I can not make time for this issue it is good to have a workaround.
I don't have a worked out plan yet, but basically I don't want to depend on IMapControl in the platform independent code. For instance I would like to samples to...
There has been a recent PR that uses caching of the tile layers. The purpose of this MR has been for testing but it can probably help you as well....
Not all samples will be usable and some samples could be rewritten to use only local data (for instance using mbtiles as background). In general is it better to have...
Thanks a lot @g-sharat for the sample. Thanks @janusw for finding the problem. I submitted a [PR](https://github.com/Mapsui/Mapsui/commit/31615f8011c676553d85acfaf717372862f6e00a) to fix this.
You are right, I can reproduce your problem on beta.2.
I tried to reproduce your problem by adding a sample in Mapsui, but in this case it works as expected (tested in UWP). ```csharp using System; using Mapsui.Extensions; using Mapsui.Projections;...