Skip to content

Commit 3919244

Browse files
committed
Fix notebook
1 parent 7fffdcb commit 3919244

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

marimo/deckgl.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def _():
2222
"getColorWeight": "@@=SPACES",
2323
"getElevationWeight": "@@=SPACES",
2424
"elevationScale": 4,
25-
"cellSize": 100,
25+
"cellSize": 200,
2626
"pickable": True,
2727
}
2828
return (grid,)
@@ -34,7 +34,7 @@ def _(mlb):
3434
# style=mlb.Carto.POSITRON,
3535
center=(-122.4, 37.74),
3636
zoom=12,
37-
hash=True,
37+
# hash=True,
3838
pitch=40,
3939
)
4040
return (map_options,)

0 commit comments

Comments
 (0)