Making HTML map responsive in Width and Height!

Summary

Hey, I would like to make a map, like folium, responsive in width and height. Currently, with geemap it is responsive only in width.

Steps to reproduce

Code snippet:

import geemap.foliumap as geemap
import streamlit as st

Map = geemap.Map(zoom=3, center=(-10, -55), ) 

Map.to_streamlit(height=600,  responsive=True, scrolling=False)

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.