-
Notifications
You must be signed in to change notification settings - Fork 125
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
External models #125
base: master
Are you sure you want to change the base?
External models #125
Conversation
eleConnector = new EleConnector(pos, element, GroundState.ON); | ||
} | ||
|
||
return singletonList(eleConnector); | ||
|
||
} | ||
|
||
private VectorXZ getPosition(MapNode element) { |
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.
@tordanik this is the part where I've stucked for now. Usually model 0. 0 point doesn't match mapNode position. So I have to calculate origin transform vector to move it. I need an access to mapProjection, but not sure waht would be the gracefull way to do that. Not sure that it's worth to add a reference on it in mapNode.
No description provided.