Skip to content

Commit 5d94007

Browse files
committed
Removed '[ol-mapbox-style]' prefix in debug message.
1 parent 42318a7 commit 5d94007

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/apply.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1030,9 +1030,7 @@ function processStyle(glStyle, mapOrGroup, styleUrl, options) {
10301030
if (type == 'heatmap') {
10311031
//FIXME Unsupported layer type
10321032
// eslint-disable-next-line no-console
1033-
console.debug(
1034-
`[ol-mapbox-style] layers[${i}].type "${type}" not supported`
1035-
);
1033+
console.debug(`layers[${i}].type "${type}" not supported`);
10361034
continue;
10371035
} else {
10381036
id = glLayer.source || getSourceIdByRef(glLayers, glLayer.ref);

0 commit comments

Comments
 (0)