Skip to content

Commit

Permalink
Change map height
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs committed Jul 18, 2024
1 parent 7ed27f1 commit b6b327d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pages/01_jrc.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def Page():
Map.element(
center=[20, -0],
zoom=2,
height="800px",
height="750px",
zoom_ctrl=False,
measure_ctrl=False,
)
2 changes: 1 addition & 1 deletion pages/03_plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ def Page():
Map.element(
center=[40, -100],
zoom=4,
height="600px",
height="750px",
)
2 changes: 1 addition & 1 deletion pages/04_split_map.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ def Page():
Map.element(
center=[40, -100],
zoom=4,
height="600px",
height="750px",
)

0 comments on commit b6b327d

Please sign in to comment.