jrosenthal / layers3pdf

Automatically exported from code.google.com/p/layers3pdf - part of the layers2/3pdf project by Moshe Haspel, Sam Krasnick and Josh Rosenthal
0 stars 0 forks source link

merge_to control #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Users should be able to set multiple input PDFs to be part of a single
layer.  ie: merge rivers and lakes to produce a hydrology layer, with a
single checkbox and set of rules.

merge_to=  Accepts another layer's name.  Case sensitive, accepts white
space in name.

* We should allow chained merge_to statements
eg:   
name=A|merge_to=C
name=B
name=C|merge_to=B

* How should the program deal with loops?  Merge none?
eg:
name=A|merge_to=C
name=B|merge_to=A
name=C|merge_to=B.

Original issue reported on code.google.com by maric423@gmail.com on 14 May 2008 at 6:01

GoogleCodeExporter commented 9 years ago
this is now handled with the group= variable, which is set to some name and 
appears
as such on the panel. all layers that have the same group name will be 
combined. all
attributes are still supported

Original comment by samkras...@gmail.com on 15 May 2008 at 2:31

GoogleCodeExporter commented 9 years ago

Original comment by samkras...@gmail.com on 15 May 2008 at 2:34