IHCantabria / THREDDSExplorer

Access and visualization of Meteo-Oceanographic dynamic data with QGIS
GNU General Public License v3.0
18 stars 4 forks source link

External layer handler placeholder removal and GDAL version check fix #6

Closed HaroldHormaechea closed 8 years ago

HaroldHormaechea commented 8 years ago

GDAL version check was fixed to check for versions above 2.0 (instead of 5.0 as previously done). Also, the "Add external layer to animation" button in the Animation UI now loads an empty dialog, to which buttons are added as supported modules are found instead of static ones and placeholders. If no external compatible modules/plug-ins are found, it shows a small message.

beneditobordonau commented 8 years ago

Thanks Harold.

There are a couple of details on your pull request that I'd like to modify, so I will upload the changes tomorrow.

beneditobordonau commented 8 years ago

Done.