We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I go to use the toolbar it freezes and makes me unable to use the toolbar functionality. Anyone else having this issue?
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)
The text was updated successfully, but these errors were encountered:
See gee-community/geemap#1560
Sorry, something went wrong.
No branches or pull requests
Environment Information
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
The text was updated successfully, but these errors were encountered: