-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add mechanism to allow linking anchors for XMI defined objects that are not generated in document #70
Comments
From @w00lf
Yes. The anchors in this commit (metanorma/ogc-citygml-xmi@bcc7cf7) should be removed and replaced with the new functionality. Thanks! |
@ronaldtse used new logic in metanorma/ogc-citygml-xmi#122 |
This was implemented in #73 and implemented in metanorma/ogc-citygml-xmi#122. @ronaldtse can we close this one? |
@w00lf this is not fixed because the exceptions are manually encoded. We need an automatic solution where LutaML detects which models are not defined in the document, and does not create those links. |
From metanorma/ogc-citygml-xmi#110
In the CityGML 3.0 XMI file, the following classes are used (by other classes) but not defined because they are out of scope:
However, the plugin today creates links to these anchors but they are not present in the current document:
This means we need to have a YAML configuration that "defines where the classes that are out of scope should link to", e.g.
The text was updated successfully, but these errors were encountered: