-
Notifications
You must be signed in to change notification settings - Fork 2
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
display association direction #14
Comments
Yes, it is possible to draw arrows on the graph. I'm not sure I understand the directions though. Could you please explain it a bit further? Also the associations displayed in the graph are a mix of original ones and extensions. Should we differentiate among them? |
I realise that I forgot an essential word in my first bullet point. It shoudl read:
That's because the mxia:... element is used when the associations are coded from the other end in the original file. If we consider the association between AirportHeliport and the OrganisationAuthority as an example. This association is visible in the original AIXM file only from the AirportHeliport, because it is the feature that caries the xlink:href towards the OrganisationAuthority. Therefore, I would like the line to have an arrow from AirportHeliport towards OrganisationAuthority. I think that this can be based on the information that is already in the Skeleton file. The AirportHeliport has a child element The AirportHeliport also has a child element: <mxia:theRunway xlink:href="urn:uuid:1e22a662-0601-43cc-a7ef-8402885a4f2f"/>. This is an mxia:... element, therefore the association is "reverse". It should have an arrow from Runway towards AirportHeliport. |
Ok, now it's clear. Thanks! |
it would be nice to show also the direction of an association:
However, I do not know if there is the possibility to use arrows on the graph connections.
The text was updated successfully, but these errors were encountered: