tileserver-gl
tileserver-gl copied to clipboard
Error parsing a layer of type: symbol
I get a
mbgl: { class: 'ParseStyle',
severity: 'WARNING',
text: 'Error parsing a layer of type: symbol' }
I guess this might lead to raster tiles not being displayed at all with 404 for tiles in the browser and nothing in server log with --verbose option set.
Vector tile viewer displays tiles as expected, but my goal is to serve raster tiles from my existing style.
I'm using Tileserver-gl from docker image. Looks like it might be connected to outdated mapbox gl version.
I'm also getting a same exception, when I used the latest version of tileserver-gl. The styles have been built for mapbox-gl-js 1.9.0. Any updates on the above?