Package mapproxy :: Package core :: Module tilefilter :: Class WaterMarkTileFilter
[hide private]
[frames] | no frames]

Class WaterMarkTileFilter

source code

object --+    
         |    
TileFilter --+
             |
            WaterMarkTileFilter

Adds a watermark to the tile. Uses the following layer configuration:

watermark:
  text: 'Omniscale'
  opacity: 5
Instance Methods [hide private]
 
create_filter(self, layer_conf) source code

Inherited from object: __delattr__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables [hide private]
  priority = 90
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

create_filter(self, layer_conf)

source code 
Overrides: TileFilter.create_filter