-
Notifications
You must be signed in to change notification settings - Fork 13
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
Convert does not run properly on windows #77
Comments
@ozo360 |
Hello! I have a similar error. Describe the bugWhen I convert a style.json into yaml files, some layers have ">-" and line change (attached image) in the list. To reproducestart charites in docker, then run
Expected behaviourlayer list does not have two lines. OSWindows 10. Docker Desktop (for windows) some screen shot |
This page may help us to understand what happens during the conversion. Thank you! |
Describe the bug
If you run convert in a Windows environment, you will get unwanted single quotes in the layers section.
This will cause the build to fail.
To Reproduce
Steps to reproduce the behavior:
curl https://gsi-cyberjapan.github.io/gsivectortile-mapbox-gl-js/std.json | charites convert - style.yml
charites build style.yml style.json
Expected behavior
Make the output the same as when you convert in a Linux environment.
Remove the single quotes and it works fine.
Screenshots
convert style.yml
Charites Version:
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: