You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LayerComparer has been around for two years now, ever since #687. The tool works fine for most use cases, but there are situations where it can be improved. One example is when user wants to quickly change which layers are being compared. The only way to re-activate the Dialog is via the usual button in Drawer/Widget.
One easier way would be to add a button to the overlay that shows up while comparing:
The text was updated successfully, but these errors were encountered:
- Semi-major rewrite of the plugin, as it turned out that a listener (for the event on globalObserver) and a callback (to the DialogWindowPlugin component) were needed.
- Also some bugfixes related to restoring the original background layer.
- Certainly, still room for improvement.
- Semi-major rewrite of the plugin, as it turned out that a listener (for the event on globalObserver) and a callback (to the DialogWindowPlugin component) were needed.
- Also some bugfixes related to restoring the original background layer.
- Certainly, still room for improvement.
LayerComparer has been around for two years now, ever since #687. The tool works fine for most use cases, but there are situations where it can be improved. One example is when user wants to quickly change which layers are being compared. The only way to re-activate the Dialog is via the usual button in Drawer/Widget.
One easier way would be to add a button to the overlay that shows up while comparing:
The text was updated successfully, but these errors were encountered: