diff --git a/src/apply.js b/src/apply.js index 8c562b66..78e2144e 100644 --- a/src/apply.js +++ b/src/apply.js @@ -1027,7 +1027,9 @@ function processStyle(glStyle, mapOrGroup, styleUrl, options) { const type = glLayer.type; if (type == 'heatmap') { //FIXME Unsupported layer type - throw new Error(`${type} layers are not supported`); + // eslint-disable-next-line no-console + console.debug(`layers[${i}].type "${type}" not supported`); + continue; } else { id = glLayer.source || getSourceIdByRef(glLayers, glLayer.ref); // this technique assumes gl layers will be in a particular order