mapnik/plugins/input/templates/README.md

17 lines
442 B
Markdown
Raw Normal View History

2012-07-10 23:54:05 +02:00
## template plugins
Directory to hold sample plugin templates.
These are NOT intended to be used except for testing by developers.
2012-07-10 23:54:05 +02:00
Build these plugins with the Mapnik build system:
2012-07-10 23:54:05 +02:00
./configure SAMPLE_INPUT_PLUGINS=True
make install
Or develop them locally using the `Makefile` provided.
Only an ultra-simple hello world is available currently,
but planned are example plugins templates for file-based
and sql-based datasources.