Opened 8 years ago

Closed 8 years ago

#2852 closed defect (fixed)

ps.map fit frame to match region doesn't work

Reported by: pvanbosgeo Owned by: annakrat
Priority: normal Milestone: 7.0.4
Component: wxGUI Version: unspecified
Keywords: ps.map, g.gui.psmap Cc: grass-dev@…
CPU: Unspecified Platform: All

Description

In ps.map fitting the frame to match the current region (or saved region) doesn't work. It generates the error code below. It looks like it has something to do with the code getting the degrees in DMS format instead of the D format when presumably setting the bounds.

Traceback (most recent call last):
  File "/usr/local/grass7/grass-7.1.svn/gui/wxpython/psmap/d
ialogs.py", line 578, in OnApply

ok = self.mPanel.update()
  File "/usr/local/grass7/grass-7.1.svn/gui/wxpython/psmap/d
ialogs.py", line 1065, in update

self.scale[2], self.center[2], self.rectAdjusted =
AutoAdjust(self, scaleType = 2, rect =
self.mapFrameDict['rect'])
  File "/usr/local/grass7/grass-7.1.svn/gui/wxpython/psmap/u
tils.py", line 222, in AutoAdjust

regionDict = grass.parse_key_val(windFile, sep = ':',
val_type = float)
  File "/usr/local/grass7/grass-7.1.svn/etc/python/grass/scr
ipt/utils.py", line 224, in parse_key_val

result[k] = val_type(v)
ValueError
:
invalid literal for float(): 15:06N

Change History (9)

comment:1 by pvanbosgeo, 8 years ago

The limits of the region are taken from the Wind file. However, in this file the coordinates are given in degrees:minutes, which is obviously not a float type.

Version 0, edited 8 years ago by pvanbosgeo (next)

comment:2 by annakrat, 8 years ago

Component: Ps.mapwxGUI
Keywords: ps.map g.gui.psmap added
Owner: changed from grass-dev@… to annakrat
Platform: LinuxAll

comment:3 by martinl, 8 years ago

Cc: grass-dev@… added

comment:4 by annakrat, 8 years ago

Try r67608.

in reply to:  4 comment:5 by pvanbosgeo, 8 years ago

Replying to annakrat:

Try r67608.

Great, this works, thanks. Shall I close the ticket as fixed?

comment:6 by annakrat, 8 years ago

Not yet, I will backport after release.

comment:7 by neteler, 8 years ago

Milestone: 7.0.3

Ticket retargeted after milestone closed

comment:8 by neteler, 8 years ago

Milestone: 7.0.4

Ticket retargeted after 7.0.3 milestone closed

comment:9 by annakrat, 8 years ago

Resolution: fixed
Status: newclosed

Backported in 67773.

Note: See TracTickets for help on using tickets.