class documentation

class AnnotationFilter(object): (source)

Constructor: AnnotationFilter(app)

View In Hierarchy

Simple MapProxy decorate_img middleware.

Annotates map images with information about the request.

Method __call__ Undocumented
Method __init__ Undocumented
Instance Variable app Undocumented
def __call__(self, environ, start_response): (source)

Undocumented

def __init__(self, app): (source)

Undocumented

Undocumented