Skip to content

Commit

Permalink
Removed '[ol-mapbox-style]' prefix in debug message.
Browse files Browse the repository at this point in the history
  • Loading branch information
orangemug committed Dec 16, 2023
1 parent 42318a7 commit 5d94007
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/apply.js
Original file line number Diff line number Diff line change
Expand Up @@ -1030,9 +1030,7 @@ function processStyle(glStyle, mapOrGroup, styleUrl, options) {
if (type == 'heatmap') {
//FIXME Unsupported layer type
// eslint-disable-next-line no-console
console.debug(
`[ol-mapbox-style] layers[${i}].type "${type}" not supported`
);
console.debug(`layers[${i}].type "${type}" not supported`);
continue;
} else {
id = glLayer.source || getSourceIdByRef(glLayers, glLayer.ref);
Expand Down

0 comments on commit 5d94007

Please sign in to comment.