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
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: