[GRASS-dev] G7: m.proj lacking - as default input answer
Markus Neteler
neteler at osgeo.org
Tue Jun 10 13:02:24 PDT 2014
Hi,
as per subject, is there a reason that stdin was removed as default
answer for m.proj?
Essentially this would be needed:
Index: scripts/m.proj/m.proj.py
===================================================================
--- scripts/m.proj/m.proj.py (revision 60755)
+++ scripts/m.proj/m.proj.py (working copy)
@@ -36,6 +36,7 @@
#%option G_OPT_F_INPUT
#% label: Name of input coordinate file
#% description: '-' to read from standard input
+#% answer: -
#% required: no
#% guisection: Input coordinates
#%end
but might that cause harm in the wxGUI?
Markus
More information about the grass-dev
mailing list