geo-data-viewer
geo-data-viewer copied to clipboard
question: how to turn off map side panel by default ?
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