GispoCoding / NLSgpkgloader

QGIS3 plugin to download Maastotietokanta (MTK) data from the Finnish NLS and write it to a GeoPackage. Developed by Gispo Ltd.
GNU General Public License v3.0
12 stars 1 forks source link

Separate settings from main dialog #25

Open LKajan opened 2 years ago

LKajan commented 2 years ago

Now the only way to access settings is though the settings button on the main dialog. When the main dialog is opened a query to nls api is made. If the api-key is wrong plugin crashes and there is no way to correct the api-key. The above mentioned problem could be also solved by handling the crash more gracefully but imho separating the settings dialog would still be a good design.

SannaJokela commented 10 months ago

Tested this and tool gives you a python error when the api-key is set wrong and does not open the plugin. Is the only way to correct this to create a new profile? Or where can the user add the correct api-key?