Add geo layers to DeckGlJsonChart#1306
Conversation
@jrhone Maybe E2E? Thoughts? |
e4cdf66 to
da18ffe
Compare
Whatever allows us to verify that Geolayer maps render correctly :) |
|
Need to add the |
@jrhone How do we do this? |
|
Docker-compose mounts a local volume to the container so you should see the snapshots appear on the host after running the tests in the container. Then git-add and commit from the host. |
randyzwitch
left a comment
There was a problem hiding this comment.
Are these actual doc changes, or a prior commit?
I just pulled them from develop. |
|
Is it prettier/black making some modifications? Shouldn't be appearing if we're just merging from and back into develop. |
Formatters are running on every commit. |
* develop: Add "make mini-devel" to install minimal dev dependencies (i.e. doesn't install all the test dependencies) (#1407) Fixing date_input | min and max selectable date issues (#1426) Torch Tensorbase hash func (#1394) Change list() cast (#1401) Add geo layers to DeckGlJsonChart (#1306) Clean up use of LoDash (#1404) Replace st.beta.*/st.experimental.* with st.beta_*/st.experimental_* (#1403) Release 0.59.0 (#1405) Setting textarea height and unit tests (#1411)
* feature/plugins: black reformatting Add "make mini-devel" to install minimal dev dependencies (i.e. doesn't install all the test dependencies) (streamlit#1407) Fixing date_input | min and max selectable date issues (streamlit#1426) Torch Tensorbase hash func (streamlit#1394) Change list() cast (streamlit#1401) Component template tweaks Components: alpha 2 cleanup (streamlit#1425) Fix dataframe support Add geo layers to DeckGlJsonChart (streamlit#1306) Clean up use of LoDash (streamlit#1404) Replace st.beta.*/st.experimental.* with st.beta_*/st.experimental_* (streamlit#1403) Release 0.59.0 (streamlit#1405) Setting textarea height and unit tests (streamlit#1411)
Closes #1229