Ticket #62 (closed defect: fixed)

Opened 5 years ago

Last modified 5 years ago

v.in.wfs script produces wrong input for v.in.ogr

Reported by: jbrauner Owned by: grass-dev@…
Priority: minor Milestone: 6.3.0
Component: Default Version: 6.3.0 RCs
Keywords: v.in.wfs Cc:
Platform: CPU:

Description

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

Change History

Changed 5 years ago by neteler

  • status changed from new to closed
  • resolution set to fixed

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

Thanks for the submission, Markus

Note: See TracTickets for help on using tickets.