Index: doc/user/09_appendix/layer_addr.html =================================================================== --- doc/user/09_appendix/layer_addr.html (revision 36013) +++ doc/user/09_appendix/layer_addr.html (revision 36014) @@ -10,7 +10,7 @@

When an action or configuration file requires a layer or layer group to be specified, it is usually done using the layer -address or layer group address sytax specified below. +address or layer group address syntax specified below.

However, some old actions still require the raw id or name of a layer or layer group; in that case, the addressing syntax will not work @@ -167,13 +167,13 @@ fragile and unique names are not guaranteed.

When addressing a layer for the first time, it is best to use the -group-type/#count syntax (e.g. top-copper/1 fir the first layer of the +group-type/#count syntax (e.g. top-copper/#1 for the first layer of the top copper group).

If a lot of accesses to the same layer is required (and the layer stack is not changed during the operation) the best strategy is to resolve the -layer once , using e.g. the group-type/#count, then remember its layer id -and use the faster #id addressing for subsequent access. +layer once , using e.g. the group-type/#count, then remember its layer idx +and use the faster #idx addressing for subsequent access.