Closed GoogleCodeExporter closed 8 years ago
Note: the path in mapinfo project file using '\' which cause a problem in
ubuntu to recongize it. After change it to '/', the project file can be opened
on Ubuntu. This should be an issue of project file, since users can use either
'\' or '/' in the project file. Any idea ?
Original comment by lixun...@gmail.com
on 19 Mar 2014 at 11:59
If Windows has no problems opening the with / characters, then I'll make the
project file write functions always convert \ to /. wxFileName supports this
type of operation.
Original comment by mmcc...@gmail.com
on 20 Mar 2014 at 12:29
The best solution is to use / in all of our example files. Only OGR seems to
be sensitive to seeing \ characters in file path names. For Weights, separator
characters don't matter. It might be important to leave path names in native
format so that users on Windows can include the drive letter if needed.
Generally, this won't be a problem.
Fixed in GeoDa 1.5.30
Original comment by mmcc...@gmail.com
on 20 Mar 2014 at 1:12
Original issue reported on code.google.com by
mmcc...@gmail.com
on 17 Mar 2014 at 10:36