[GRASS-user] GRASS7: problems with WMS

Hermann Peifer peifer at gmx.eu
Fri Sep 19 10:59:30 PDT 2014


On 2014-09-19 19:44, Hermann Peifer wrote:
> On 2014-09-19 19:29, Anna Petrášová wrote:
>>
>>
>> yes, that's pretty funny. Do you have any local changes (svn diff)? I
>> looked in the recent changes but there is nothing suggesting this error.
>>
>>
>
> No diff at all. And until yesterday, I did not even know that m.proj
> existed.
>

This might help the initiated to find some bug:

diff grass/scripts/m.proj/m.proj.py grass70_release/scripts/m.proj/m.proj.py

38c38
< #% description: '-' for standard input
---
 > #% description: '-' to read from standard input

96d95
< from grass.script.utils import separator, parse_key_val

162,163c161,162
<     ifs = separator(ifs)
<     ofs = separator(ofs)
---
 >     ifs = grass.separator(ifs)
 >     ofs = grass.separator(ofs)

167c166
<     kv = parse_key_val(s)
---
 >     kv = grass.parse_key_val(s)



More information about the grass-user mailing list