| Home | Trees | Indices | Help |
|---|
|
|
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
log = get_logger()
|
|||
settings_dbname = settings.DATABASE_NAME
|
|||
|
|||
Returns list of tuples representing mapnik layers
Tuple => (model_class, [pks])
Note: currently just a single pk per 'layer' which is
incredibly inefficient but the only way to ensure
proper layer ordering (??).
features = [ (Mpa, [49, 50]),
(Pipeline, [32, 31]),
(Shipwreck, [32, 31])
]
|
Given a set of staticmap features, returns the bounding box required to zoom into those features. Includes a configurable edge buffer |
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Tue Oct 30 11:31:01 2012 | http://epydoc.sourceforge.net |