[GRASS-dev] [GRASS GIS] #62: v.in.wfs script produces wrong input for v.in.ogr

#62: v.in.wfs script produces wrong input for v.in.ogr
----------------------+-----------------------------------------------------
Reporter: jbrauner | Owner: grass-dev@lists.osgeo.org
     Type: defect | Status: new
Priority: minor | Milestone: 6.3.0
Component: default | Version: 6.3.0 RCs
Keywords: v.in.wfs |
----------------------+-----------------------------------------------------
Hi,

the following code fragment is used to download the WFS data in the
v.in.wfs script:

{{{
lynx -dump "$WFS_URL" > "$TMP.xml"
}}}

On my systems (Ubuntu Gutsy Gibbon and Gentoo Linux 2007.0 each with
x86_64) and each with Lynx Version 2.8.6rel.4 (15 Nov 2006), this produces
'rendered' xml output (without xml tags), so that v.in.ogr fails.

On my systems

{{{
lynx -source "$WFS_URL" > "$TMP.xml"
}}}

produces the correct output with XML tags (mind the '-source' option).

I don't know, if this happens due to a special lynx version of mine or for
any other reason, but perhaps this might be interesting for you.

If you've questions, feel free to contact me.

Thanks for ongoing work for GRASS!

Johannes

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/62&gt;
GRASS GIS <http://grass.osgeo.org>
GRASS Geographic Information System (GRASS GIS) - http://grass.osgeo.org/

#62: v.in.wfs script produces wrong input for v.in.ogr
-----------------------+----------------------------------------------------
  Reporter: jbrauner | Owner: grass-dev@lists.osgeo.org
      Type: defect | Status: closed
  Priority: minor | Milestone: 6.3.0
Component: default | Version: 6.3.0 RCs
Resolution: fixed | Keywords: v.in.wfs
-----------------------+----------------------------------------------------
Changes (by neteler):

  * status: new => closed
  * resolution: => fixed

Comment:

lynx -source ... looks reasonable to me. Tested and fixed.

Thanks for the submission,
Markus

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/62#comment:1&gt;
GRASS GIS <http://grass.osgeo.org>
GRASS Geographic Information System (GRASS GIS) - http://grass.osgeo.org/