FE-16125, FE-16114,FE-16-111 - Contour layer throws errors when trying to destroy the layer which causes problems when removing required measures/dimensions. Poly layer mixin assumes dimension() exists, but not the case for contours. This just makes sure that dimension() exists before chaining.
FE-16108 - Contour layer skipped bounding box query during initial implementation, this adds the special contour case to make sure viewport bounding box is included in the query.
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.
Takes care of a few bugs:
FE-16125, FE-16114,FE-16-111 - Contour layer throws errors when trying to destroy the layer which causes problems when removing required measures/dimensions. Poly layer mixin assumes dimension() exists, but not the case for contours. This just makes sure that dimension() exists before chaining. FE-16108 - Contour layer skipped bounding box query during initial implementation, this adds the special contour case to make sure viewport bounding box is included in the query.
Merge Checklist
:wrench: Issue(s) fixed:
:smoking: Smoke Test
:ship: Merge