You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When business logic refers to data that has a ref attribute, ArcRAVE needs the ability to go find that referenced dataset elsewhere in the project. (QRAVE already does this.)
Can nodes have both ref and xpath? If so what takes precedence?
Can any node type have ref, or just GIS datasets?
Does a business logic node that has an xpathlabel and that refers to a project node with a ref, does the xpathlabel refer to the project node or the referenced node?
When business logic refers to data that has a
ref
attribute, ArcRAVE needs the ability to go find that referenced dataset elsewhere in the project. (QRAVE already does this.)In python we do it this way:
https://github.com/Riverscapes/QRAVEPlugin/blob/dev/src/classes/project.py#L304-L361
Update:
I had to create a sample test project and business logic to test this
It's in
nardata
at the pathnardata/Matt/RefProject.zip
(80 Mb)Two things to check:
ref=
still load normallyref=
get the right lookup and appear in the treeref=
The text was updated successfully, but these errors were encountered: