alaCarte Maps
Renderer for OpenStreetMap tiles
render_canvas.cpp File Reference
#include "config.hpp"
#include <cairo-svg.h>
#include <boost/pointer_cast.hpp>
#include "server/tile.hpp"
#include "server/renderer/renderer.hpp"
#include "server/renderer/renderer_private.hpp"
#include "server/renderer/render_canvas.hpp"

Go to the source code of this file.

Classes

class  PNGRenderCanvas
 This file is part of alaCarte. More...
 
class  SVGRenderCanvas
 

Functions

static cairo_status_t cairoWriter (void *closure, const unsigned char *data, unsigned int length)
 Write function to capture the final PNG image. More...
 

Function Documentation

static cairo_status_t cairoWriter ( void *  closure,
const unsigned char *  data,
unsigned int  length 
)
static

Write function to capture the final PNG image.

Definition at line 105 of file render_canvas.cpp.