Paul den Dulk

Results 465 comments of Paul den Dulk

Perhaps we should change the default. I will create an issue.

The screenshot shows an icon to indicate there is no photo. This icon is not drawn by Mapsui, so it is in the image that Bing returns. So Mapsui just...

Which ILayer are you using? Perhaps the ImageLayer is the best option.

If that does not work perhaps you need to find a way to cut the file into an MBTiles format.

> I think it is possible > I dont think it is required to create a "Mapsui.**Rendering**.Uno" , _rendering_ is the part of mapsui library that does the rendering but...

https://github.com/Mapsui/Mapsui/pull/1695 was merged.

> Convert those samples to a cross-platform framework (like Xamarin.Forms or MAUI). What about Avalonia? If we use that for the samples I assume it can be used for Windows,...

> Yeah, Avalonia might also be an option. I don't have any experience with it, though. There is sample now in Mapsui master that I use regularly for testing. I...

So the problem is that the resolution is not correct if Home and MyLocationLayer are combined. The implementation of MyLocationLayer uses CenterOn which does not affect the resolution directly. Yet...

The MultiLineString might be a good workaround. A more fundamental problem is that Mapsui has no wrap-around. I think if we would have a good implementation for this you would...