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

Fixes #49 - report map doesn't respect template #50

Merged
merged 1 commit into from
Aug 2, 2017

Conversation

JimBacon
Copy link
Member

@JimBacon JimBacon commented Aug 2, 2017

Submitting as a pull request since this includes a bit of restructuring
which might benefit from a second pair of eyes.

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)

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)
Copy link
Contributor

@johnvanbreda johnvanbreda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've visually scanned all the changes and haven't spotted any glaring issues so I'm happy for this to be merged into develop.

@JimBacon JimBacon merged commit a925998 into develop Aug 2, 2017
@JimBacon JimBacon deleted the feature/report-map-templates-#49 branch August 2, 2017 15:02
@JimBacon
Copy link
Member Author

JimBacon commented Aug 2, 2017

Thanks John,

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

Successfully merging this pull request may close these issues.

2 participants