Spaces:
Runtime error
Runtime error
with tif
Browse files- pages/01_leafmap.py +1 -1
pages/01_leafmap.py
CHANGED
|
@@ -53,7 +53,7 @@ class Map(leafmap.Map):
|
|
| 53 |
super().__init__(**kwargs)
|
| 54 |
# Add what you want below
|
| 55 |
self.add_gdf(jtree_fires)
|
| 56 |
-
self.
|
| 57 |
|
| 58 |
|
| 59 |
@solara.component
|
|
|
|
| 53 |
super().__init__(**kwargs)
|
| 54 |
# Add what you want below
|
| 55 |
self.add_gdf(jtree_fires)
|
| 56 |
+
self.add_raster("nbs.tif")
|
| 57 |
|
| 58 |
|
| 59 |
@solara.component
|