I thought I RTFM and didn't see the close() method documented anywhere. This module uses some pool under the hood, and it needs to be manually released. close() method is here:
|
MapnikSource.prototype.close = function(callback) { |
In case anyone else runs into this.