Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
insert_map_layer [2012/11/09 14:38]
bruno
insert_map_layer [2015/10/12 16:48] (current)
admin
Line 7: Line 7:
 ===== Inputs ===== ===== Inputs =====
  
-^ Name ^ Type ^ Description ^ +^ Name  ^ Type  ^ Description ​ 
-| Map  | [[Map Type|Map]]  | Map where the layer will be inserted. ​  | +| Map  | [[Map Type]] ​ | Map where the layer will be inserted. ​  | 
-| Layer  | [[Map Type|Map]]  | Map whose first layer will be inserted in Map.   | +| Layer  | [[Map Type]] ​ | Map whose first layer will be inserted in Map.   | 
-| Layer Position ​ | [[Positive ​Int Type|Positive Int]]  | Position where the layer will be inserted in the map. If the position is higher than the current number of layers in the map, the new layer will be placed in the last position. |+| Layer Position ​ | [[Positive ​Integer Value Type]] ​ | Position where the layer will be inserted in the map. If the position is higher than the current number of layers in the map, the new layer will be placed in the last position. |
  
 ===== Optional Inputs ===== ===== Optional Inputs =====
  
-^ Name ^ Type ^ Description ^ Default Value ^ +^ Name  ^ Type  ^ Description ​ ^ Default Value  
-| Layer Name  | [[Name Type|Name]]  | Name the layer will have in the map. A unique name is required. If None, an automatic unique name will be generated. ​ | None  |+| Layer Name  | [[Name Type]] ​ | Name the layer will have in the map. A unique name is required. If None, an automatic unique name will be generated. ​ | None  | 
 +| Replace Layer  | [[Boolean Value Type]] ​ | If true, replace the layer at the given position with the new layer. Otherwise, the layer located at the given position (and all following layers) is shifted to the next position to accommodate the new layer. ​ | False  |
  
 ===== Output ===== ===== Output =====
  
-^ Name ^ Type ^ Description ^ +^ Name  ^ Type  ^ Description ​ 
-Patch Labels ​ | [[Categorical ​Map Type|Categorical Map]]  | Map showing each group of cells as a patch identified by a label. It has the same dimensions as the source map.  |+Map  | [[Map Type]] ​ | Map containing ​the new layer.  |
  
 ===== Group ===== ===== Group =====