hdus / pg_raster_upload

QGIS plugin for uploading raster data to a PostGIS database.
GNU General Public License v2.0
5 stars 3 forks source link

Close window after upload #2

Closed pcav closed 3 years ago

pcav commented 3 years ago

When upload is completed the popup window remains open. I'd suggest instead to print a "success" message and close it automatically. Thanks, a much needed tool!

hdus commented 3 years ago

I find it better to leave the window open. If another raster is uploaded, it can be done immediately. The status bar also indicates whether the upload was successful. Does this contradict the QGIS specifications?

pcav commented 3 years ago

It makes sense to me, but IMHO it is not clear enough that the import was successful. See processing algs for examples. BTW, why not converting the plugin into a processing alg?

Il 27 giugno 2021 20:13:59 CEST, hdus @.***> ha scritto:

I find it better to leave the window open. If another raster is uploaded, it can be done immediately. The status bar also indicates whether the upload was successful. Does this contradict the QGIS specifications?

-- You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub: https://github.com/hdus/pg_raster_upload/issues/2#issuecomment-869204614

-- Sorry for being short

hdus commented 3 years ago

See my comment in https://github.com/hdus/pg_raster_upload/issues/3#issuecomment-869473389

pcav commented 3 years ago

quite clear, thanks @hdus