jorgealmerio / valuetool

QGis plugin to display in a table or plot the values from the visible raster layers at the current mouse position
4 stars 7 forks source link

May display wrong value for F64, UInt32 and Int32 #20

Closed jfbourdon closed 2 years ago

jfbourdon commented 2 years ago

PR #15 changed the function used to retrieve values from the QgsRasterDataProvider which may return wrong values when exceeding the F32 range. More details in this issue here.

jfbourdon commented 2 years ago

Now resolved in QGIS 3.22.

jorgealmerio commented 2 years ago

Very Good!