mirror of
https://github.com/rastapasta/mapscii.git
synced 2025-08-16 08:47:55 +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]) {
|
if (!this.styleByLayer[layer]) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user