mapbox / mapbox-tile-copy

Put tiles on s3 from a variety of geographic data files
ISC License
154 stars 28 forks source link

Update mapnik dependency #144

Closed citizenfish closed 4 years ago

citizenfish commented 4 years ago

At present mapbox-tile-copy requires mapnik 3.7.2

This is causing a lot of installation issues. We have tried on Windows/Linux/OSX with no success as there are many issues with this earlier version of mapnik.

Mapnik 4.0 installs fine. Could this repo be updated to use the later version?

rowanwins commented 4 years ago

Hi @citizenfish ,

you might want to check out mbtiles-extractor which does alot of the same stuff but has simpler dependencies, hope it helps :)

mapsam commented 4 years ago

@citizenfish the mapnik version was updated in https://github.com/mapbox/mapbox-tile-copy/pull/143. This will allow you to install either 3.x or 4.x of node-mapnik!