Paul den Dulk

Results 465 comments of Paul den Dulk

Most of the editing code is now platform independent. There is a 'Editing' sample category that you could take a look at.

I added a BruTile.slnf to build on Mac and Linux. It only contains a very simple console sample. The other samples could be converted to Avalonia, or in this case...

I am closing this because I've let this get old. If this still is an easy it is better to submit it as an issue to Mapsui. It might be...

BruTile is not a good option if you need vector support (KML or GeoJSON). This is also something that is not on the roadmap. BruTile could only be interesting if...

Building the github action on Windows now, so there is no real need to convert anything, al least not for my since I do not run it on Mac. If...

No plans to implement this in the short term. Perhaps when I do more work on the cache. Closing for now.

Better to keep it open and label as 'enhancement'.

I was thinking about using a HttpClientFactory to avoid having to make HttpTileSource disposable. This [page](https://learn.microsoft.com/en-us/dotnet/architecture/microservices/implement-resilient-applications/use-httpclientfactory-to-implement-resilient-http-requests) mentions this about the HttpClient: > Though this class implements IDisposable, declaring and instantiating...

This should already be possible with a ThemeStyle. You can put a rank number in an attribute. In the ThemeStyle method you can sort on the rank and then skip...

ThemeStyle does not depend on wpf. It can be used in skia too. Check the sample recently added by GeoDirk. ![image](https://user-images.githubusercontent.com/963462/38212674-e42756b4-36be-11e8-8e9c-3daa07426d4b.png)