tileserver-gl icon indicating copy to clipboard operation
tileserver-gl copied to clipboard

Error parsing a layer of type: symbol

Open nextstopsun opened this issue 5 years ago • 1 comments

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.

nextstopsun avatar Jun 18 '20 13:06 nextstopsun

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?