[GRASS-dev] [GRASS GIS] #1848: r.in.poly from stdin

#1848: r.in.poly from stdin
--------------------+-------------------------------------------------------
Reporter: zarch | Owner: grass-dev@…
     Type: defect | Status: new
Priority: minor | Milestone: 7.0.0
Component: Raster | Version: svn-trunk
Keywords: | Platform: Linux
      Cpu: x86-64 |
--------------------+-------------------------------------------------------
I'm trying to use r.in.poly with the bash pipe, below is reported the code
for the North Carolina mapset.

{{{
echo """A
     633599.00 225397.00
     641147.00 223978.00
     640818.00 219318.00
     631750.00 222965.00
= 42 stadium""" | r.in.poly input=- output=rtest
}}}

but it return:

{{{
ERROR: Unable to seek
}}}

What is it not able to seek?

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/1848&gt;
GRASS GIS <http://grass.osgeo.org>

#1848: r.in.poly from stdin
-----------------------+----------------------------------------------------
Reporter: zarch | Owner: grass-dev@…
     Type: defect | Status: new
Priority: minor | Milestone: 7.0.0
Component: Raster | Version: svn-trunk
Keywords: r.in.poly | Platform: Linux
      Cpu: x86-64 |
-----------------------+----------------------------------------------------
Changes (by martinl):

  * keywords: => r.in.poly

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/1848#comment:1&gt;
GRASS GIS <http://grass.osgeo.org>