Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed May 21, 2024
1 parent 798b6a3 commit 7afa82f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions felt/core/fsl_converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,8 +233,8 @@ def vector_layer_to_fsl(
if isinstance(fsl['style'], list):
for style in fsl['style']:
style['maxZoom'] = (
MapUtils.map_scale_to_leaflet_tile_zoom(
layer.maximumScale()))
MapUtils.map_scale_to_leaflet_tile_zoom(
layer.maximumScale()))
else:
fsl['style']['maxZoom'] = (
MapUtils.map_scale_to_leaflet_tile_zoom(
Expand Down

0 comments on commit 7afa82f

Please sign in to comment.