use correct data type inside Cursor Location Values panel

Issue #445 resolved
Andreas Janz created an issue

It seams that pixel values are always reported in double-floating point precision. Use the data type that is given by the raster itself.

  1. This way an integer value (e.g. 3) is not reported with a trailing .0 (e.g. 3.0).
  2. But more important, the double-precision is altering single-precision values! A 0.0379 becomes a 0.03790000081062317.

Comments (1)

  1. Log in to comment