Skip to content

Commit a898890

Browse files
authored
Fix velocity display_options bug (#1199)
1 parent c1b2537 commit a898890

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ipyleaflet/ipyleaflet/velocity.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ class Velocity(Layer):
6969
"displayEmptyString": "No velocity data",
7070
"speedUnit": "kt",
7171
}
72-
).tag(sync=True)
72+
).tag(sync=True, o=True)
7373
min_velocity = Float(0).tag(sync=True, o=True)
7474
max_velocity = Float(10).tag(sync=True, o=True)
7575
velocity_scale = Float(0.005).tag(sync=True, o=True)

0 commit comments

Comments
 (0)