Skip to content

Commit e7bc20e

Browse files
committed
Updated to use mapnik 3.0.15
1 parent 5a75ad1 commit e7bc20e

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 3.6.2
4+
5+
Updated to 3.0.15 of mapnik. The full changelog for this release is located [here](https://github.com/mapnik/mapnik/blob/master/CHANGELOG.md#3015).
6+
37
## 3.6.1
48

59
Updated for a fix associated with mapnik-vector-tile where images could be requested that would have a width or height of zero resulting

install_mason.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ICU_VERSION="57.1"
1212

1313
if [ ! -f ./mason/mason.sh ]; then
1414
mkdir -p ./mason
15-
curl -sSfL https://github.com/mapbox/mason/archive/9eac60614fda7cfeb8a9e81d18e8cca5c1ae8fbc.tar.gz | tar --gunzip --extract --strip-components=1 --exclude="*md" --exclude="test*" --directory=./mason
15+
curl -sSfL https://github.com/mapbox/mason/archive/c1948184d9430226e36f1bc1f8f081268b6bc2ba.tar.gz | tar --gunzip --extract --strip-components=1 --exclude="*md" --exclude="test*" --directory=./mason
1616
fi
1717

1818
if [ ! -f ./mason_packages/.link/bin/mapnik-config ]; then
@@ -38,5 +38,5 @@ if [ ! -f ./mason_packages/.link/bin/mapnik-config ]; then
3838
# NOTE: sync this version with the `mapnik_version` in package.json (which is used for windows builds)
3939
# In the future we could pull from that version automatically if mason were to support knowing the right dep
4040
# versions to install automatically. Until then there is not much point since the deps are still hardcoded here.
41-
install mapnik 3.0.14
41+
install mapnik 3.0.15
4242
fi

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"homepage": "http://mapnik.org",
66
"author": "Dane Springmeyer <dane@mapbox.com> (mapnik.org)",
77
"version": "3.6.1",
8-
"mapnik_version":"v3.0.14",
8+
"mapnik_version":"v3.0.15",
99
"main": "./lib/mapnik.js",
1010
"binary": {
1111
"module_name": "mapnik",

0 commit comments

Comments
 (0)