Paul den Dulk

Results 465 comments of Paul den Dulk

> Btw, I don't think this is a bug in a dependency. Rather it is simply missing an implementation. Sorry, I meant to add this for a different US. Messed...

I don't see this if I start the Avalonia desktop sample on Windows without internet. If can still use the app, switch samples, and if I open for instance the...

I can not reproduce the problem so far. There is probably a real issue underneath but I need to reproduce it in order to fix it. Please help me to...

This issue might be related: https://github.com/Mapsui/Mapsui/issues/1889

@robloo I created a minimal sample trying to reproduce it but failed. Could you look into the difference with your situation?

Some thoughts: - It could be related to caching. In this case you would need quite some data, so longer period of browsing the map. - The TileLayer has ab...

Yes, that looks more mature.

Mapsui 1.1.1 uses a FetchMachine class that limits the number threads. This fetch machine is now instantiated for each layer. todo: - Use a single FetchMachine for the Map/MapControl/Application. Each...

It's complicated. I think the answer is, 'yes, but it will take some work from your side', but I haven't tested that yet. Some pieces of the puzzle: - It...

@DiabloRusso That projects is what is used in the VectorTileRenderer that I pointed to: https://github.com/OsmSharp/VectorTileToBitmapRenderer You could also improve VectorTileToBitmapRenderer. It should allow to specify the style. With some improvements...