Skip to content

Commit

Permalink
Upgrades mapnik sdk: TWKB filtering and simplifying operations harmon…
Browse files Browse the repository at this point in the history
…ized
  • Loading branch information
rochoa committed Oct 28, 2015
1 parent 8fdee3f commit 55ac614
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"url" : "http://github.com/mapnik/node-mapnik",
"homepage" : "http://mapnik.org",
"author" : "Dane Springmeyer <[email protected]> (mapnik.org)",
"version" : "1.4.15-cdb2",
"version" : "1.4.15-cdb3",
"main" : "./lib/mapnik.js",
"binary": {
"module_name" : "mapnik",
Expand Down
2 changes: 1 addition & 1 deletion scripts/build_against_sdk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ if [[ "${CXX11:-false}" != false ]]; then
HASH="1702-g65bd9e6"
else
# mapnik 2.3.x / c++11 not enabled
HASH="676-g065214e"
HASH="684-gc217f8c"
fi

if [[ ${platform} == 'linux' ]]; then
Expand Down

0 comments on commit 55ac614

Please sign in to comment.