-
Notifications
You must be signed in to change notification settings - Fork 7
[PLANPRO-5832] Signal ausleger with foundation #2047
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
base: main
Are you sure you want to change the base?
[PLANPRO-5832] Signal ausleger with foundation #2047
Conversation
...et.feature.siteplan/src/org/eclipse/set/feature/siteplan/transform/SignalTransformator.xtend
Outdated
Show resolved
Hide resolved
...et.feature.siteplan/src/org/eclipse/set/feature/siteplan/transform/SignalTransformator.xtend
Outdated
Show resolved
Hide resolved
| case FeatureType.Flash: | ||
| return FeatureLayerType.Flash |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no need to add the Flash feature here. By start this Layer haven't any feature
| case FeatureType.Flash: | ||
| return 'Flash' // TODO |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same here, the flash layer shouldn`t avaible at the select layer side panel
| <circle r="10" cx="35" cy="20"/> | ||
| <circle r="10" cx="5" cy="40"/> | ||
| <toolbox:anchor id="mastAnkerTop" x="20" y="40" /> | ||
| <toolbox:anchor id="mastAnkerBottom" x="20" y="20"/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
actually the ``Vr1` haven't no anchor punkt, because the signal mast should be through between two circle


No description provided.