Closed VladimirKalachikhin closed 5 years ago
This error means there's a problem with your configuration (attempting to use two providers on a single layer). If you want more specific help, you'll need to post your layer configuration.
strata.layer('basemap')
.route('tile.png')
.use(mapnik({ ... }))
.use(mapnik({ ... })) // will trigger that error
Just noticed you were referencing the example that I forgot existed in the repository. The problem there was there was a small typo:
Is there anyone who was able to run this? Last error:
I broke down...