mirror of
https://github.com/rastapasta/mapscii.git
synced 2025-02-16 09:29:13 +01:00
Remove unused parameter in Styler
This commit is contained in:
parent
1f7245644e
commit
069de8c227
@ -43,7 +43,7 @@ class Styler {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
getStyleFor(layer, feature, zoom) {
|
getStyleFor(layer, feature) {
|
||||||
if (!this.styleByLayer[layer]) {
|
if (!this.styleByLayer[layer]) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user