ccrook / QGIS-Contour-Plugin

Contour plugin for QGIS - uses python matplotlib to generate contours of data on vector point data.
43 stars 13 forks source link

Increase minimum QGIS version to 2.4 #13

Closed anitagraser closed 1 year ago

anitagraser commented 9 years ago

As documented in http://gis.stackexchange.com/questions/152305/why-does-the-contour-plugin-failt-to-load-in-qgis-valmiera/152444#152444

AttributeError: 'module' object has no attribute 'QgsFieldExpressionWidget'

QgsFieldExpressionWidget seems to first appear in 2.4

ccrook commented 9 years ago

Hi Anita

Thanks for pointing this out. I've updated the QGIS minimum version, and removed one other version with an incorrect QGIS minimum version. So I think that the remaining versions are correct in terms of the minimum QGIS version required.

Cheers Chris


From: Anita Graser [notifications@github.com] Sent: 28 June 2015 01:46 To: ccrook/QGIS-Contour-Plugin Subject: [QGIS-Contour-Plugin] Increase minimum QGIS version to 2.4 (#13)

As documented in http://gis.stackexchange.com/questions/152305/why-does-the-contour-plugin-failt-to-load-in-qgis-valmiera/152444#152444

AttributeError: 'module' object has no attribute 'QgsFieldExpressionWidget'

QgsFieldExpressionWidget seems to first appear in 2.4

— Reply to this email directly or view it on GitHubhttps://github.com/ccrook/QGIS-Contour-Plugin/issues/13.

This message contains information, which may be in confidence and may be subject to legal privilege. If you are not the intended recipient, you must not peruse, use, disseminate, distribute or copy this message. If you have received this message in error, please notify us immediately (Phone 0800 665 463 or info@linz.govt.nz) and destroy the original message. LINZ accepts no responsibility for changes to this email, or for any attachments, after its transmission from LINZ. Thank You.

ccrook commented 1 year ago

Closing stale issue