mapnik/plugins/input/templates
2011-05-16 23:41:34 +00:00
..
helloworld use boost::make_shared across plugins to avoid explicit new and ensure fast and exception safe allocation 2011-05-16 23:41:34 +00:00
README add a directory for plugin templates - and add a first "hello world" with basic docs" 2010-10-24 08:04:16 +00:00

template plugins
----------------

Directory to hold sample plugin templates.

These are NOT intended to be used except for testing by developers.

Build these plugins with:

$ scons SAMPLE_INPUT_PLUGINS=True

Only an ultra-simple hello world is available currently,
but planned are example plugins templates for file-based
and sql-based datasources.