Skip to content

Commit

Permalink
Fixes #49 - report map doesn't respect template
Browse files Browse the repository at this point in the history
Contains a relatively small amount of code to implement the enhancement.
However, includes many style changes and comments to improve legibility.
Most significant alteration is to use of the $colsToInclude array which
was previously empty unless specifically used to constrain columns sent
to JavaScript. Now it is always employed to list output columns. This is
because the code also includes a change to prevent output of columns
that are marked as not visible (unless required for mapping, e.g. geom)
  • Loading branch information
JimBacon committed Aug 2, 2017
1 parent f3b0828 commit a43ff13
Showing 1 changed file with 170 additions and 84 deletions.
Loading

0 comments on commit a43ff13

Please sign in to comment.