[GRASS-user] GRASS7: problems with WMS

Vaclav Petras wenzeslaus at gmail.com
Fri Sep 19 14:35:24 PDT 2014


On Fri, Sep 19, 2014 at 1:59 PM, Hermann Peifer <peifer at gmx.eu> wrote:

> 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)
>
> This cannot cause the problem, so let's try something else.

When in GRASS command line do

which m.proj

Then open the file which it will tell and also make a diff of that file
with grass70_release/scripts/m.proj/m.proj.py

Afterwards, you can also try to recompile GRASS (make distclean &&
./configure ... && make).


> _______________________________________________
> grass-user mailing list
> grass-user at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/grass-user
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/grass-user/attachments/20140919/5c7330d9/attachment.html>


More information about the grass-user mailing list