[GRASS-dev] GRASS Location Wizard in SVN, pb with planetary bodies Ellipsoid list empty

Hi,

just to check, can anybody with svn built of today can try to create a new Location (Wizard) by specifying lat/long (ll) and then to specify the ellipsoid by selecting "Planetary body".

I get an empty list and the following complaint:

Traceback (most recent call last):
   File "/usr/local/grass-7.1.svn/gui/wxpython/location_wizard/wizard.py", line 1152, in SetVal
     elif event.GetId() == self.radioEpsgx.GetId():
AttributeError: 'EllipsePage' object has no attribute 'radioEpsgx'

Any confirmation is most welcome,
I need to import some Moon dataset and I am just wondering if it is my working version...

Thank you,
Yann

--
-----
Mobile: +33 (0)7 83 85 52 34

I believe it is fixed now (r66318)

On 23/09/2015 22:22, Yann wrote:

Hi,

just to check, can anybody with svn built of today can try to create a new Location (Wizard) by specifying lat/long (ll) and then to specify the ellipsoid by selecting "Planetary body".

I get an empty list and the following complaint:

Traceback (most recent call last):
  File "/usr/local/grass-7.1.svn/gui/wxpython/location_wizard/wizard.py", line 1152, in SetVal
    elif event.GetId() == self.radioEpsgx.GetId():
AttributeError: 'EllipsePage' object has no attribute 'radioEpsgx'

Any confirmation is most welcome,
I need to import some Moon dataset and I am just wondering if it is my working version...

Thank you,
Yann

--
-----
Mobile: +33 (0)7 83 85 52 34

On Sep 24, 2015 7:12 AM, “Yann” <ychemin@gmail.com> wrote:

I think it is fixed, there was an extra “x” in the name

self.radioEpsgx.GetId():

=> self.radioEpsg.GetId():

Yann

On 23/09/2015 3:29, Markus Neteler wrote:

Maybe it got hit in this refactoring?

https://lists.osgeo.org/pipermail/grass-commit/2015-June/036266.html
(not sure)

Glad you found it.

Markus