Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -30,6 +30,8 @@ def map():
|
|
30 |
url = tile.url
|
31 |
layer = ipyleaflet.TileLayer(url=url, attribution="Google", name="DEM")
|
32 |
m.add(layer)
|
|
|
|
|
33 |
return m
|
34 |
|
35 |
@reactive.effect
|
|
|
30 |
url = tile.url
|
31 |
layer = ipyleaflet.TileLayer(url=url, attribution="Google", name="DEM")
|
32 |
m.add(layer)
|
33 |
+
m.add(ipyleaflet.FullScreenControl())
|
34 |
+
m.add(ipyleaflet.LayersControl(position='topright'))
|
35 |
return m
|
36 |
|
37 |
@reactive.effect
|