mirror of
https://github.com/rastapasta/mapscii.git
synced 2024-11-21 15:43:08 +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]) {
|
||||
return false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user