mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
15 lines
351 B
Plaintext
15 lines
351 B
Plaintext
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.
|