mirror of
https://github.com/enzet/map-machine.git
synced 2025-08-06 10:09:52 +02:00
Fix warnings.
This commit is contained in:
parent
b358e56223
commit
1be9906baf
6 changed files with 13 additions and 11 deletions
|
@ -464,6 +464,7 @@ class Road(Tagged):
|
|||
return style
|
||||
|
||||
def get_filter(self, svg: Drawing, is_border: bool) -> Optional[Filter]:
|
||||
"""Get blurring filter."""
|
||||
if not USE_BLUR:
|
||||
return None
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue