Ticket #2820 (closed bug: fixed)

Opened 3 years ago

Last modified 3 years ago

Vector layer extent is printed in scientific notation

Reported by: marisn Owned by: nobody
Priority: minor: annoyance Milestone: Version 1.5.0
Component: GUI Version: Trunk
Keywords: Cc:
Platform Version: Platform: Gentoo
Must Fix for Release: No Awaiting user input: no

Description

Somtimes layer extent in layer properties dialog is displayed in scientific notation.

Extents:
In layer spatial reference system units : xMin,yMin 372773,6.22254e+06 : xMax,yMax 743991,6.40051e+06

Attachments

qgis_extent_sci.jpg Download (78.0 KB) - added by marisn 3 years ago.
Extent displayer in scientific notation

Change History

Changed 3 years ago by marisn

Extent displayer in scientific notation

Changed 3 years ago by gjm

  • status changed from new to closed
  • resolution set to fixed

Fixed in r13887.

For numbers over 99999.0 (or under -99999), the format will never be scientific notation. For numbers smaller than 1, scientific notation is probably preferred, so the computer it left to decide those ones as per normal.

Note: See TracTickets for help on using tickets.