Paul den Dulk

Results 81 issues of Paul den Dulk

Asked chatgpt to rewrite the projections page. I have not reviewed this myself. Created a merge request to make reviewing easier.

**The problem** At some point we decided that a renderer is always tied to a style, so a feature with no style will not be rendered. To apply this consistently...

This issue is to discuss how to go about IDisposable. ### IDisposableAnalyzer The IDisposableAnalyzer that we are currently using seems insufficient. I looked at some warnings carefully and I think...

design discussion

**Mapsui Version** Current master **Mapsui Platform** Tested on WPF where it was severe. Also on Avalonia where it was less severe but still clearly there. **Device** Windows Desktop **Describe the...

bug 🐛

**The problem** When working with mouse it is useful to know the key modifiers so they can be used to alter behavior. For instance when editing a polygon or when...

enhancement
design discussion

**The problem** In 5.0.0-beta.1 it is not possible for users to add event handlers for the PointerPressed, PointerMoved, PointerReleased, Tapped events, like there is for Info. They do not exist...

enhancement
design discussion

This issue is to keep track of what we should improve in our documentation before the release of v5. Things that I have in mind right now: - Start using...

enhancement

**The problem** In some of our samples we use a platforms specific slider to show how map rotation can be changed. We want these samples to be platform independent. **The...

enhancement
help-wanted

**The problem** In v4 it is possible to hold shift down (or was it ctrl?) and drag a box with your mouse to zoom to that extent. This is only...

enhancement
help-wanted

**The problem** The current design needs a simplification and clear responsibilities wrt disposing. **The proposed solution** - The Map is currently IDisposable. It should stay IDisposable but will get more...

design discussion