Skip to content

Commit

Permalink
Fix velocity display_options bug (#1199)
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs authored May 24, 2024
1 parent c1b2537 commit a898890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/ipyleaflet/ipyleaflet/velocity.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class Velocity(Layer):
"displayEmptyString": "No velocity data",
"speedUnit": "kt",
}
).tag(sync=True)
).tag(sync=True, o=True)
min_velocity = Float(0).tag(sync=True, o=True)
max_velocity = Float(10).tag(sync=True, o=True)
velocity_scale = Float(0.005).tag(sync=True, o=True)
Expand Down

0 comments on commit a898890

Please sign in to comment.