Thomas Stocker
Thomas Stocker
What I especially like about pidgin is that it is AOT compatible which is important for mobile and Wasm solutions. It's a later version, maybe this can be supported by...
Concerning the Performance: I think there a lot of Performance improvements in newer Pidgin Versions. Because of AOT Compatibility I think MultiTargeting needs to be added so in essance something...
Another Topic: Have tried parsing these https://github.com/maptiler/epsg.io/tree/master/extra_codes_proj4_4.8.0.2
I like the idea of having a new and old/legacy implementation of the wktparser so if something doesn‘t work the old implementation can be used If it is in the...
You can view the pathes of the embedded images with a tool like dotpeek. https://www.jetbrains.com/de-de/decompiler/ And the Images should be marked as embbededResource, to be loaded.
Yes would be nice If you could do a pull request or write something for improving the documentation.
Yes I agree. I think I can reduce the number of caches to one. Because the principle is always the same add key for identification of object (tuple) add a...
It is still a work in Progress. I have to provide the imageinfo in the snapshot function or adjust the Viewport area. I know that it is Slow it is...
Which CPU architecture does the MacBook air have arm or intel
https://github.com/Mapsui/Mapsui/pull/2854 Here on iOS metal is used because opengl is deprecated I tested it on an iOS simulator on an Mac mini m1 and it worked. So maybe this will...