-
Notifications
You must be signed in to change notification settings - Fork 109
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
wrong setting for dash symbol in OCD export #2194
Comments
I have partialy solved this issue. |
When I create a new map in OCAD (ISOM 2017) the symbol 508 (Narrow Ride) is created with 'at least 1 gap/symbol'. In Mapper the symbol's default setting if of course 'show_at_least_one_mid_symbol' being set. Following your proposal of changing the property to 0 would work for 'Footpath' but not for the 'Narrow ride'. |
BTW: There is a mismatch between export and import: |
Thanks dl3sdo for the answer What is concerned by this subject: these are all the dash lines. Regarding the import export code, it is a bit beyond my skills, but there seems to be a mismatch. If the export work correctly, the import systematically returns the parameter "show_at_least_one_symbol" to "true" whether it is set like that or not in ocad. |
Actual behaviour
when oom exports dash symbol in ocd format, the parameter:
“distance” tab
at least "x" space(s)/symbol(s) is 1
This amplifies the problem of ocad which does not respect the minimum size of the dashes for shorts lines.
Expected behaviour
it should be 0
The text was updated successfully, but these errors were encountered: