We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1b2537 commit a898890Copy full SHA for a898890
python/ipyleaflet/ipyleaflet/velocity.py
@@ -69,7 +69,7 @@ class Velocity(Layer):
69
"displayEmptyString": "No velocity data",
70
"speedUnit": "kt",
71
}
72
- ).tag(sync=True)
+ ).tag(sync=True, o=True)
73
min_velocity = Float(0).tag(sync=True, o=True)
74
max_velocity = Float(10).tag(sync=True, o=True)
75
velocity_scale = Float(0.005).tag(sync=True, o=True)
0 commit comments