[GRASS-dev] Re: [GRASS GIS] #1171: wingrass: include a gpsbabel
with XML support
GRASS GIS
trac at osgeo.org
Wed Sep 22 20:20:46 EDT 2010
#1171: wingrass: include a gpsbabel with XML support
--------------------------------+-------------------------------------------
Reporter: hamish | Owner: grass-dev@…
Type: enhancement | Status: new
Priority: normal | Milestone: 6.4.1
Component: Packaging | Version: svn-develbranch6
Keywords: gpsbabel, wingrass | Platform: MSWindows XP
Cpu: x86-64 |
--------------------------------+-------------------------------------------
Comment(by hamish):
try quoting the input file name, the \x is being treated as a literal
character "x", not "\" and "x".
{{{
-input=C:\wd\mg\ask_bayern_ll_wgs84.gpx
+input="C:\wd\mg\ask_bayern_ll_wgs84.gpx"
}}}
what terminal is this from? (I'd expect it if unquoted from sh/bash)
Hamish
--
Ticket URL: <http://trac.osgeo.org/grass/ticket/1171#comment:6>
GRASS GIS <http://grass.osgeo.org>
More information about the grass-dev
mailing list