Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GUI does not support spaces in file names #12

Open
VikingScientist opened this issue Jun 1, 2018 · 1 comment
Open

GUI does not support spaces in file names #12

VikingScientist opened this issue Jun 1, 2018 · 1 comment

Comments

@VikingScientist
Copy link

In the SOSI file converter GUI, if you include sosi-files with whitespace characters in the absolute path, these are not escaped correctly. Interestingly enough, then it does escape the output desination folder, but not the input files. This is the command which is produced in the status window:

sosicon -2shp -d "C:/Users/vikingscientist/Documents/maps/existing buildings" C:/Users/vikingscientist/Documents/maps/eksisterende bygg.sos

in which case it is producing the following error:

C:/Users/vikingscientist/Documents/maps/eksisterende not found!
bygg.sos not found!
*** Conversion completed! ***
@VikingScientist
Copy link
Author

A current workaround is to simply remove spaces in all files and folders, but this is cumbersome in the long run.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant