Revert workaround for mapd-immerse/issues/3880
steveblackmon-mapd opened this issue · 1 comments
steveblackmon-mapd commented
🪲 If bug
- Operating System and version:
- Browser and version:
- Steps to reproduce (including dashboard link):
- Description of issue:
🆕 If feature request
- User story:
- Specific requirements/functionality:
- Mocks (if applicable):
This is effectively reverting a workaround for a back end rendering performance issue. The original bug is here:
https://github.com/mapd/mapd-immerse/issues/3880
We have since implemented a different method of rendering symbols which no longer suffers from this problem (it's very similar to the old 'points' mark but works for all symbol shapes). Backend rendering was switched over to the new rendering method at commit aef949dd70d4abac6790ba7adeebfa04404d9ad5.
steveblackmon-mapd commented
Fixed at e677b03