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

First piece of SLD Editor #366

Closed
wants to merge 33 commits into from
Closed

First piece of SLD Editor #366

wants to merge 33 commits into from

Conversation

Flurb
Copy link
Contributor

@Flurb Flurb commented Nov 9, 2021

No description provided.

@Flurb Flurb changed the title Test auto align First piece of SLD Editor Nov 9, 2021
const sldelements: SldElement[] = [];

Array.from(getChildElementsByTagName(this.element, 'ConnectivityNode'))
.forEach(child => {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this need another filter like so:

.filter(cNode => cNode.getAttribute('name')!=='grounded')

this is a predefined ground terminal that we don't need to draw is it is indicated with the icon of the equipment already

@JakobVogelsang
Copy link
Collaborator

There is a newer version #376

@JakobVogelsang JakobVogelsang deleted the test-auto-align branch December 15, 2021 19:25
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

Successfully merging this pull request may close these issues.

2 participants