Skip to content

Commit

Permalink
recurse the default fonts directory - likely needed after fix to ubun…
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed Mar 1, 2012
1 parent 94b12a5 commit 3004bed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mapnik.js
Expand Up @@ -9,7 +9,7 @@ exports.version = require('../package').version;

if (_settings.paths.fonts) {
// TODO - make async and warn if not successful
mapnik.register_fonts(_settings.paths.fonts);
mapnik.register_fonts(_settings.paths.fonts,{recurse: true});
}

if (_settings.paths.input_plugins) {
Expand Down

0 comments on commit 3004bed

Please sign in to comment.