mapnik_interface

mapnik_interface

Functions

Types and Values

Description

Functions

mapnik_interface_initialize ()

void
mapnik_interface_initialize (const char *plugins_dir,
                             const char *font_dir,
                             int font_dir_recurse);

mapnik_interface_new ()

MapnikInterface *
mapnik_interface_new ();

mapnik_interface_free ()

void
mapnik_interface_free (MapnikInterface *mi);

mapnik_interface_load_map_file ()

gchar *
mapnik_interface_load_map_file (MapnikInterface *mi,
                                const gchar *filename,
                                guint width,
                                guint height);

mapnik_interface_render ()

GdkPixbuf *
mapnik_interface_render (MapnikInterface *mi,
                         double lat_tl,
                         double lon_tl,
                         double lat_br,
                         double lon_br);

mapnik_interface_get_copyright ()

gchar *
mapnik_interface_get_copyright (MapnikInterface *mi);

mapnik_interface_get_parameters ()

GArray *
mapnik_interface_get_parameters (MapnikInterface *mi);

mapnik_interface_about ()

gchar *
mapnik_interface_about (void);

Types and Values

MapnikInterface

typedef struct _MapnikInterface MapnikInterface;