MappiaEarth / mappia_publisher

Share your maps online, just create the layout in QGIS and use this plugin to easily publish it online.
http://mappia.earth
GNU General Public License v2.0
3 stars 3 forks source link

QgsProcessingParameterAuthConfig error import in QGIS 3.4 #2

Closed Gustry closed 4 years ago

Gustry commented 4 years ago

While updating the plugin this morning, I got a Python import error about QgsProcessingParameterAuthConfig. This is a class in 3.6.

If your plugin is not compatible QGIS 3.4, update your metadara.txt so the QGIS 3.4 doesn't not update the plugin.

asfixia commented 4 years ago

Hi Gustry! Thanks for your issue. This class is not really necessary, the plugin is compatible with the 3.4, i have forgot to remove this import. Sorry, let me fix it.

asfixia commented 4 years ago

I fixed this issue. The update will be available after the QGIS approval. Meanwhile you can download the fixed and updated version at : https://github.com/MappiaEarth/mappia_publisher/raw/master/mappia_publisher.zip

I will close this issue, reopen case it won't fix the problem.