Map project file not deleted from file system fix locationtech [bug-168]#237
Conversation
(https://bugs.locationtech.org/show_bug.cgi?id=168) related to Map file deletion from disk Signed-off-by: Nikolaos Pringouris <nprigour@gmail.com>
|
Does the change fix UDIG-1974? |
|
Verified ✔️ that it works fine on windows, project-files (*.umap) are deleted. I'm wondering about log-entries for a deleted map, if it was created within the same session: Is it worth to have feedback like this or does it makes sense to avoid this logging-entry to avoid confusions? |
|
I would say that UDIG-1974 is more related to locationtech-bug-166 which is addressed by pull request #235. Concerning the logging I do not think it is completely useless. It is logged at INFO level and may also occur in the case a new project exists without a map or other resource beneath. I opt for keeping it as is. |
Provides a fix for locationtech bug-168 related to Map file deletion from disk.
Pull request #235 must be applied before accepting this
Signed-off-by: Nikolaos Pringouris nprigour@gmail.com