Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Toolbar frozen with Geemap and Leafmap #482

Closed
codefean opened this issue Jun 22, 2023 · 1 comment
Closed

Toolbar frozen with Geemap and Leafmap #482

codefean opened this issue Jun 22, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@codefean
Copy link

codefean commented Jun 22, 2023

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
``


![Image 6-22-23 at 12 02 PM](https://github.com/opengeos/leafmap/assets/124543425/297185c7-a042-45ea-80ca-4cd6f157201d)
@codefean codefean added the bug Something isn't working label Jun 22, 2023
@giswqs
Copy link
Member

giswqs commented Jun 22, 2023

See gee-community/geemap#1560

@giswqs giswqs pinned this issue Jun 22, 2023
@giswqs giswqs closed this as completed Jun 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants