Comparing version 0.5.2 to 0.5.3
@@ -104,3 +104,7 @@ var _settings = require('./mapnik_settings'); | ||
dirs.push('/System/Library/Fonts'); | ||
//dirs.push(path.resolve('~/Library/Fonts/')); | ||
if (path.existsSync('/usr/X11R6/lib/X11/fonts/')) { | ||
// if xcode's X11 is installed | ||
dirs.push('/usr/X11R6/lib/X11/fonts/'); | ||
} | ||
dirs.push(path.resolve('~/Library/Fonts/')); | ||
} | ||
@@ -107,0 +111,0 @@ |
{ | ||
"name" : "mapnik", | ||
"version" : "0.5.2", | ||
"version" : "0.5.3", | ||
"main" : "./lib/mapnik.js", | ||
@@ -5,0 +5,0 @@ "description" : "C++ map rendering library for node", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5932
1918470