-
Hello, I want to render a geemap.map using flask but toolbar doesn't appear. This is part of my code in flask:
I also tried using map.add_toolbar(), but didn't work In my index.html, I'm render the map in this way:
It is anything wrong?. I would appreciate any help |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Once you convert the map to an HTML file, it becomes a static map. The ipykernel is no longer available. Therefore, all ipywidgets will be gone. To use ipywidgets, you need a different web framework like solara |
Beta Was this translation helpful? Give feedback.
Once you convert the map to an HTML file, it becomes a static map. The ipykernel is no longer available. Therefore, all ipywidgets will be gone.
To use ipywidgets, you need a different web framework like solara
https://github.com/opengeos/solara-geemap
https://giswqs-solara-geemap.hf.space/inspector