Copy labels: Add "Visible" in addition to "Zoomed" to copy visible labels

Issue #434 new
Robert Leach created an issue

USE CASE: WHAT DO YOU WANT TO DO?

Copy the visible labels (not the labels associated with the zoomed matrix)

STEPS TO REPRODUCE AN ISSUE (OR TRIGGER A NEW FEATURE)

  1. Open any matrix
  2. Right click on row or column labels and hover over "Copy labels"

CURRENT BEHAVIOR

The sub-menu contains All, Selected, and Zoomed ("Zoomed" is in a pending PR)

EXPECTED BEHAVIOR

There should be another option called "Visible" which should copy the actual visible labels (even in whizzing label mode). This would also be consistent with the Export option which is also called "Visible". If not in whizzing label mode, this would copy the same thing as the Zoomed item.

DEVELOPERS ONLY SECTION

SUGGESTED CHANGE (Pseudocode optional)

Use firstVisibleLabel and lastVisibleLabel when in whizzing labels mode. In fitted label mode (not whizzing), use firstVisible and LastVisible.

FILES AFFECTED (where the changes will be implemented) - developers only

MapContainer LabelView

LEVEL OF EFFORT - developers only

minor

COMMENTS

This issue was broken off from issue #426

Comments (6)

  1. Log in to comment