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