next up previous contents index
Next: The !ltsort Command: Alphanumerically Up: Layers Previous: Layers   Contents   Index


The !ltab Command: Modify Layer Table

Syntax:
!ltab a[dd] layername ...
!ltab i[nsert] layername [index]
!ltab rem[ove] layername ...
!ltab ren[ame] oldname newname
This command has multiple forms, corresponding to the keyword given as the first argument. Only the initial letters needed to identify the keyword are required. The manipulations available from this command can also be performed graphically with the Layer Editor from the Attributes Menu.

If the second word is recognized as ``add'', and the remaining tokens are valid layer names, layers are created (or extracted from the removed list) and added to the end of the layer table.

If the second word is recognized as ``insert'', and the token that follows is a valid layer name, the layer will be inserted into the layer table at a position given by the integer index. If the index is missing, negative, or larger than the number of layers in the table, the layer is appended to the table. If the index is zero, the layer will be inserted at the index of the current layer. Otherwise, the layer is inserted into the table at the position given by the index, with one being the first (topmost) position.

The ``remove'' form removes the listed layers from the layer table. Removed layers are saved, and can be reinserted if needed.

The ``rename'' form renames the layer named oldname to newname.


next up previous contents index
Next: The !ltsort Command: Alphanumerically Up: Layers Previous: Layers   Contents   Index
Stephen R. Whiteley 2022-05-28