geo-data-viewer icon indicating copy to clipboard operation
geo-data-viewer copied to clipboard

question: how to turn off map side panel by default ?

Open barney2074 opened this issue 1 year ago β€’ 0 comments

Hi

loving geo-data-viewer- thanks for your work

How can I make the side panel in a map minimised by default ?? I can do this by fudging the html as below when the map is exported, but obviously need to do this each time:

              keplerGl: keplerGl.keplerGlReducer.initialState({
                uiState: {
                  readOnly: false,
                  activeSidePanel: null, 
                }
              })

thank you

Andrew

barney2074 avatar Nov 29 '24 06:11 barney2074