Paul den Dulk

Results 81 issues of Paul den Dulk

**The problem** For Maui I would like to use MVVM in the samples (because it seems that is what everybody is using in Maui). One thing I would like to...

Votes please. ### Disadvantage This will break things for almost every user. ### Advantage The intent is more clear. It is a source of data. That is why it is...

design discussion

Currently IProvider.GetFeatures (sync) and IProvider.GetFeaturesAsync is supported. Only the async version should be supported. This is currently not possible because the MemoryLayer calls the sync version. The MemoryLayer should be...

enhancement

The intent is to have an event in a dynamic memory provider that triggers a refresh of the data, but that does not work in the current setup. Workarounds become...

enhancement

### What We have some code samples in our documentation but they are part of the .md file so they will easily get outdated and actually were outdated before the...

enhancement

**Is your feature request related to a problem? Please describe.** The MapControl.Map object is independent of the UI platform. Therefore it is easy to handle in platform independent parts of...

enhancement
design/roadmap

**Is your feature request related to a problem? Please describe.** It is important to give users clear feedback about possible errors in their app (could be caused by Mapsui or...

enhancement
design discussion

**Is your feature request related to a problem? Please describe.** Mapsui supports MapControl on all platforms and Mapview only on Xamarin.Forms, and in the future probably on Xamarin.Maui. My intention...

enhancement
design/roadmap

A polygon created like this does not show at all when zoomed out. The polygon itself is indeed nearly invisible but with an outline still something should show up. Looks...

possible-bug