<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Sep 19, 2014 at 1:18 PM, Hermann Peifer <span dir="ltr"><<a href="mailto:peifer@gmx.eu" target="_blank">peifer@gmx.eu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 2014-09-19 16:02, Anna Petrášová wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
<br>
I have no idea, the <input> probably refers  to m.proj but m.proj has<br>
input parameter. Could you try to run only m.proj (take some example<br>
from manual), if it works?<br>
<br>
</blockquote>
<br></span>
Either I am doing something terribly stupid, or m.proj is *really* broken in the release branch. I wonder what m.proj or cs2cs is expected to do with colors: [color=style] and [color=name]. Furthermore: no coordinate input seems to  be needed, see [1]. This parameter list looks like a joke, to say it in a friendly way.<br></blockquote><div><br></div><div>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.</div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
I "fixed" all of my earlier reported issues related to m.proj and loading a WMS by moving from the GRASS7 release branch to svn/trunk. In trunk, m.proj has a reasonable parameter list [2] and loading the WMS works as expected.<br>
<br>
Hermann<br>
<br>
<br>
[1] Welcome to GRASS 7.0.0svn (r61824)<br>
...<br>
<br>
[GRASS:test]> m.proj --h<br>
<br>
Description:<br>
 Converts coordinates from one projection to another (cs2cs frontend).<br>
<br>
Keywords:<br>
 miscellaneous, projection<br>
<br>
Usage:<br>
 m.proj [-iodec] [color=style] [output=name] [separator=character]<br>
   [color=name] [proj_in=string] [proj_out=string] [--overwrite] [--help]<br>
   [--verbose] [--quiet]<br>
<br>
<br>
[2] Welcome to GRASS 7.1.svn (r62036)<br>
...<br>
<br>
[GRASS:PERMANENT]> m.proj --help<br>
<br>
Description:<br>
 Converts coordinates from one projection to another (cs2cs frontend).<br>
<br>
Keywords:<br>
 miscellaneous, projection<br>
<br>
Usage:<br>
 m.proj [-iodec] [coordinates=east,north] [input=name] [output=name]<br>
   [separator=character] [proj_in=string] [proj_out=string] [--overwrite]<br>
   [--help] [--verbose] [--quiet]<br>
<br>
</blockquote></div><br></div></div>