tileserver-gl
tileserver-gl copied to clipboard
mapbox-gl-native node js module from mapbox not actively developed
According to https://github.com/mapbox/mapbox-gl-native/issues/16418#issuecomment-621127219 the node js module that is used for static rendering is no longer actively developed. Are there any plans to replace this dependency? Perhaps with https://github.com/naturalatlas/mapbox-gl-native-node?
Managed to get it working with node 14 by using @naturalatlas/mapbox-gl-native
as a drop-in replacement.