saadfrh commited on
Commit
08a5a2b
·
verified ·
1 Parent(s): 77d493d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import numpy as np
5
  st.set_page_config(layout="wide")
6
  st.title("3D ESA LandCover MapLibre By Saad Frh")
7
 
8
- m = leafmap.Map(center=[-7.942445468869124, 32.228985468754104], zoom=5, style="3d-terrain")
9
  m.add_basemap("Satellite")
10
  m.add_ee_layer(asset_id="ESA/WorldCover/v200", opacity=1)
11
  m.add_legend(builtin_legend="ESA_WorldCover", title="ESA Landcover")
 
5
  st.set_page_config(layout="wide")
6
  st.title("3D ESA LandCover MapLibre By Saad Frh")
7
 
8
+ m = leafmap.Map(center=[-7.942445468869124, 32.228985468754104], zoom=5, pitch=60, bearing=30, style="3d-terrain")
9
  m.add_basemap("Satellite")
10
  m.add_ee_layer(asset_id="ESA/WorldCover/v200", opacity=1)
11
  m.add_legend(builtin_legend="ESA_WorldCover", title="ESA Landcover")