mapmaker.output.styling module

class mapmaker.output.styling.ImageSource[source]

Bases: object

static style(background_image, bounds)[source]
class mapmaker.output.styling.RasterTileSource[source]

Bases: object

static style(layer_id, bounds, min_zoom, max_zoom)[source]
class mapmaker.output.styling.VectorTileSource[source]

Bases: object

static style(vector_layer_dict, bounds, layer_zoom)[source]
class mapmaker.output.styling.TileSources[source]

Bases: object

static style(raster_sources, vector_layer_dict, bounds, map_zoom)[source]
class mapmaker.output.styling.MapStyle[source]

Bases: object

static style(raster_sources, metadata, map_zoom)[source]