Thomas Stocker

Results 110 comments of Thomas Stocker

I' m too interested in contributing. My expertise isn't in Projections but more to make small Bugfixes. When I'm familiar with the Code base I might contribute more but I...

Someone is adding the missing functionality here. https://github.com/dotnet/maui/pull/9572

The same problem exists for Nullable DateTime fields. When you assign null or a field My work around was this. `NullableDate = f.Date` Doesn't work `NullableDate = null // this...

Possible Workarounds would be to use the RasterizingTileLayer or the RasterizingLayer, so the Features are rendered into a Bitmap which could be fast rendered. See the Samples how to use...

I think the UseGPU Property should be available in base MapControl so that the other platforms can specify if GPU is used or not.

Because I cannot Test it @janusw has to Test this.

This is a test pull request if it fixes the freezing of mapsui

@janusw I fixed it with this checkin https://github.com/Mapsui/Mapsui/pull/1705/commits/6fb8c8d6a29875770d06366ef46e415314c0b788 Updated it from main.

I think the reason why this pull request fixes the freezes is that in pullrequest https://github.com/Mapsui/Mapsui/pull/1600 MemoryLayer was replaced with Layer the reason was that the MemoryLayer was simplified so...

General idea behind this pull request. The MapRenderer can now render to differnt Formats. 1. png (as before) 2. webp (better compression as png) (losless) 3. skp (Skia Vector format...