mistercrunch opened a new pull request #4066: [geo] turn off renderTrigger on viewport control URL: https://github.com/apache/incubator-superset/pull/4066 For context, the viewport gets updated dynamically from the user actions on the map. This is done on a timer every second or so to keep the form data updated with the viewport settings. With renderTrigger=true on that control that generates re-renders which introduces glitches while zooming/panning. So turning it off as we don't really expect users to input viewport info directly in the control anyways.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
