Opened 17 years ago
Closed 17 years ago
#62 closed defect (fixed)
v.in.wfs script produces wrong input for v.in.ogr
Reported by: | jbrauner | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 6.3.0 |
Component: | Default | Version: | 6.3.0 RCs |
Keywords: | v.in.wfs | Cc: | |
CPU: | Unspecified | Platform: | Unspecified |
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
lynx -source ... looks reasonable to me. Tested and fixed.
Thanks for the submission, Markus