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

Allow each view to include a fragement ID column #62

Open
jkerr5 opened this issue Apr 30, 2020 · 1 comment
Open

Allow each view to include a fragement ID column #62

jkerr5 opened this issue Apr 30, 2020 · 1 comment

Comments

@jkerr5
Copy link
Collaborator

jkerr5 commented Apr 30, 2020

Currently, only the "primary" view (the first one in the data sources array) can include the fragment ID column and it is hardcoded to DocId.

Change this so each view also selects its own fragment ID column and places it into a named column that is specific to that view. The name of the column can be specified in the data source section of the layer descriptor via the fragmentIdColumn property.

If that property is not present, a naming convention will be used and the fragment ID column name will be <view Name>_DocId.

Per issue #61, the geometry.source.joinDocColumn could refer to the fragment ID column from one of the views.

@jkerr5
Copy link
Collaborator Author

jkerr5 commented Jan 3, 2023

Need to look at this closer to see if it is still an issue.

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

No branches or pull requests

1 participant