mapnik/plugins/input/templates
Manel Clos 8f7083d14d Add tolerance parameter to features_at_point
Make map.query_point() always pass tolerance to datasources
2012-09-28 15:12:10 +02:00
..
helloworld Add tolerance parameter to features_at_point 2012-09-28 15:12:10 +02:00
README.md update readmes for template plugins 2012-07-10 14:54:05 -07: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 the Mapnik build system:

./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.