mapbox / node-mapnik-bench

Framework for quickly exploring tile rendering performance across mapnik versions
4 stars 3 forks source link

Avoid dupe node-mapnik #22

Closed springmeyer closed 8 years ago

springmeyer commented 8 years ago

This ensures that the specific mapnik version requested on the command line is actually the one used. Without this that is not certain after including tilelive-omnivore and mapnik-omnivore which themselves do require('mapnik').

We don't want to have to version both of these deps like we do tilelive-bridge, so this is a cheap solution to avoid their mapnik version needing to matter.

/cc @mapsam