AttributeError: 'MapCanvas' object has no attribute 'canvasLinks'

Issue #1379 resolved
Benjamin Jakimow created an issue

How to reproduce: link two mapcanvases

              links.extend([lyr for lyr in canvas1.canvasLinks if lyr.containsCanvas(canvas2)])
             AttributeError: 'MapCanvas' object has no attribute 'canvasLinks'

Comments (1)

  1. Log in to comment