giswqs commited on
Commit
6ef9ce3
1 Parent(s): f7cff9f

Removed slider

Browse files
Files changed (1) hide show
  1. pages/02_geemap.py +1 -1
pages/02_geemap.py CHANGED
@@ -46,7 +46,7 @@ class Map(geemap.Map):
46
  def Page():
47
  with solara.Column(style={"min-width": "500px"}):
48
  # solara components support reactive variables
49
- solara.SliderInt(label="Zoom level", value=zoom, min=1, max=20)
50
  # using 3rd party widget library require wiring up the events manually
51
  # using zoom.value and zoom.set
52
  Map.element( # type: ignore
 
46
  def Page():
47
  with solara.Column(style={"min-width": "500px"}):
48
  # solara components support reactive variables
49
+ # solara.SliderInt(label="Zoom level", value=zoom, min=1, max=20)
50
  # using 3rd party widget library require wiring up the events manually
51
  # using zoom.value and zoom.set
52
  Map.element( # type: ignore