-
-
Notifications
You must be signed in to change notification settings - Fork 448
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Environment Information
- leafmap version: 0.22.0
- Python version: 3.10
- Operating System: Mac OS
Description
When I go to use the toolbar it freezes and makes me unable to use the toolbar functionality. Anyone else having this issue?
What I Did
import leafmap
m = leafmap.Map(center=[40, -100], zoom=4)
naip_url = 'https://www.mrlc.gov/geoserver/mrlc_display/NLCD_2019_Land_Cover_L48/wms?'
m.add_wms_layer(
url=naip_url,
layers='NLCD_2019_Land_Cover_L48',
name='NLCD 2019',
attribution='MRLC',
format='image/png',
shown=True,
)
m.add_legend(title='NLCD Land Cover Type', builtin_legend='NLCD')
m
``

Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working