Paul den Dulk
Paul den Dulk
The Map class in your screenshot ends with `+c`. I google on this and landed on this blogpost: https://blog.jetbrains.com/dotnet/2019/01/23/c-classes-memory-snapshots/ It says: > As you can see, only one object FilterTestNoClosure+c...
Thanks, I will try to reproduce it myself. I think most of the memory in the screenshot can not cause the problem you describe, (not the lambdas, not the Colors...
@Omenrevlis Did not get around to this one yet, but one question came up. Could you also test this when also calling Dispose on the layer? This is actually necessary,...
Some thoughts - Different situations require different quality and performance: - Widgets will be few in number so can always be high quality. - MyLocation layer has just one feature...
> It isn't correct, that a Widget (I still prefer Overlay for this) has always a few things to draw. They could get very complicated. Good point. We may want...
The StyleCollection is not supported for the Feature.Styles. There is an explicit log line for that in our code: https://github.com/Mapsui/Mapsui/blob/443a9bad7ec75a2478f8b91b6ba24a915ea6811d/Mapsui/Rendering/VisibleFeatureIterator.cs#L71 Btw, you should turn on Mapsui logging, it will save...
Not sure if and how this should be implemented, but it is the kind of thing we should think about in v5.
@gpsaliola What do you mean with 'map is XYZ'?
Do you have some sample code to build the map so I could reproduce it?
What are the coordinates of the lan lon position you zoom into?