Paul den Dulk

Results 465 comments of Paul den Dulk

Could you share the code of how you build the map? So, how you add the layers and such.

I looked into this. I think we need to implement `IDisposable` for the samples. I think Thomas mentioned this somewhere before and then the argument came up that the samples...

Looked a bit more at the code. Disposing samples would need us to store the previous sample, which we don't do at the moment. Perhaps we need to introduce some...

Having a look of some of our code to see how this could work. The CustomCalloutSample has this string: `const string path = "Mapsui.Samples.Common.GeoData.Json.congo.json";` which is used to retrieve an...

This is not supported. Perhaps a custom style renderer is the best solution. https://mapsui.com/documentation/custom-style-renders.html

It does not. Is this just a single grid? or is a more detailed grid shown when zooming in? Perhaps this could be simulated add LineStrings. Perhaps a widget would...

There is no support for this. I have seen similar requests before. A possible solution could be to create a layer with line features. For performance it might be better...

I assume this is not a bug but a performance issue. The question mentions 50 tracks with 1000, so I assume 50000 vertices. This could indeed be slow. Solution: Use...

With `MapControl.UseGPU = true` this is now a choice the user can make. It can not be used on all platforms yet, but that is not something to track in...

There was an issue with IGNF:LAMB93 which was fixed in #183. It should be fixed in 5.0.3.