Ticket #358 (closed enhancement: fixed)

Opened 7 years ago

Last modified 4 years ago

Warn if .prj file is missing

Reported by: neteler@… Owned by: gsherman
Priority: minor: annoyance Milestone:
Component: Vectors Version: Trunk
Keywords: Cc: lami@…, neteler, flor@…
Platform Version: Platform: All
Must Fix for Release: No Awaiting user input: no

Description

Hi,

the line and area measurement tools show wrong units:

- starting with meters[qm] they switch to km[km2] once we digitize the line

- the value is multiplied by 100

This seems to appear both in 0.8 preview2 and HEAD

Tested with a Transverse Mercator map (Gauss-Boaga, Italy)

regards,

Markus

Change History

Changed 7 years ago by g_j_m

The units used for line lengths is metres if the line is less than 1000 m, and kilometres if greater. Similarily for area, where the cutover from m2 to km2 is 1000 m2.

What do you mean when you say that the value is multiplied by 100? When the length units change from metres to kilometres, the value is divided by 1000, and for area the value in m2 is divided by 1000000 when displayed as km2

Changed 7 years ago by neteler@…

OK, I tested again and the situation is worse :-)

I zoomed to a building in  http://grass.itc.it/grass61/screenshots/images/qgis08_grass6_toolbox.png

(approximate scale while measuring is 1:500)

My chosen building is several *meters* long (maybe 22m). I start to draw the measurement tool line, it shows 0m, then immediately 300km (should be 3m), reaching 1000km (should be 10m) it flips to 0km again and so forth.

I am reading a SHAPE file with TMERC based projection (similar to UTM).

HA, got it - the proj file is missing... it would be probably cool if QGIS could say that the .prj file is missing (to wake up the user).

Markus

Changed 7 years ago by g_j_m

  • priority changed from major to minor
  • summary changed from Wrong units in measurement tools to Warn if .prj file is missing
  • type changed from defect to enhancement
  • milestone changed from Version 0.8 Release to Version 0.9 Release

Good. I'll make this an enhancement against 0.9.

Changed 5 years ago by neteler

  • cc neteler added; neteler@… removed
  • status_info unset
  • must_fix set to No

Changed 5 years ago by leolami

  • cc lami@… added

I think the bug is fixed in 0.9.2 Can we close it?

Changed 5 years ago by neteler

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

... so I close it. Thanks.

Changed 4 years ago by anonymous

  • milestone Version 0.9.2 deleted

Milestone Version 0.9.2 deleted

Note: See TracTickets for help on using tickets.