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.
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
andmapnik-omnivore
which themselves dorequire('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