Opened 4 months ago
#21931 assigned defect
.nmea/.pos/.wpt files always ask to be saved
Reported by: | Bjoeni | Owned by: | Bjoeni |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core | Version: | tested |
Keywords: | nmea, pos, wpt, gpx, save | Cc: |
Description
Files that are displayed as GPX layers but are not loaded from a *.gpx file always ask to be saved when removing them, even when nothing was changed.
To my knowledge this currently affects the formats
- *.nmea
- *.pos
- *.wpt
- possibly some other formats and/or plugins
Since r18287 a (*) is displayed next to the unsaved layers, but this issue appears to have existed before that.
Kind of related: When saving such a layer it says "no exporter found". I think the filepath should automatically be changed to *.gpx so that they can be saved, however that must only happen when actually saving: As long as the file is unchanged the original file can be referenced while saving a session.
I'll probably wait until the patches #19219, #21813, #21922, #21923 are committed before creating a patch for this ticket as it might conflict.