[GRASS-dev] [GRASS GIS] #62: v.in.wfs script produces wrong input
for v.in.ogr
GRASS GIS
trac at osgeo.org
Thu Feb 21 09:20:19 EST 2008
#62: v.in.wfs script produces wrong input for v.in.ogr
----------------------+-----------------------------------------------------
Reporter: jbrauner | Owner: grass-dev at 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>
GRASS GIS <http://grass.osgeo.org>
GRASS Geographic Information System (GRASS GIS) - http://grass.osgeo.org/
More information about the grass-dev
mailing list