mapbox / abaculus

Library for creating static maps from tiles based on center or corner lng,lat coordinates. Uses node-blend.
ISC License
127 stars 38 forks source link

bump to node12 compatable version of mapnik #44

Closed riastrad closed 4 years ago

riastrad commented 4 years ago

Currently this library is incompatible with Node >v10.x because of it's mapnik dependency. This PR bumps to mapnik@4.3.1 to resolve this issue.

If this change seems acceptable, I'd like to run out a minor release immediately after.

cc/ @samanpwbb

springmeyer commented 4 years ago

This looks fine except that travis is not running. So, that needs resolved (so we can ensure it is passing) before merging.

riastrad commented 4 years ago

Rather than fight with dependency upgrades on this issue, we've opted to start a new project that will eventually replace this one. https://github.com/mapbox/quilt 👀