File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
59Updated for a fix associated with mapnik-vector-tile where images could be requested that would have a width or height of zero resulting
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ ICU_VERSION="57.1"
1212
1313if [ ! -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
1616fi
1717
1818if [ ! -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
4242fi
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments