Updates transforms for line and poly mixins, so that if the datasource is a join it will group by the geometry table's rowid
Line map wasn't using the join datasource properly, if it detects that the layer uses a join datasource it uses tablewhich is the join datasource parameter, which will be processed to the full syntax down the line.
Use full table.column expression for rowid because for join data sources both tables have a rowid.
Some syntax improvements
Merge Checklist
:wrench: Issue(s) fixed:
[ ] Author referenced issue(s) fixed by this PR:
[ ] Fixes #0
:smoking: Smoke Test
[ ] Works in chrome
[ ] Works in firefox
[ ] Works in safari
[ ] Works in ie edge
[ ] Works in ie 11
:ship: Merge
[ ] author crafted PR's title into release-worthy commit message.
Big Changes:
rowid
table
which is the join datasource parameter, which will be processed to the full syntax down the line.table.column
expression for rowid because for join data sources both tables have a rowid.Merge Checklist
:wrench: Issue(s) fixed:
:smoking: Smoke Test
:ship: Merge