Configure site to download timelapse images

Load cell edit JSON files from a localhost server and download each
day's image automatically after refreshing the heatmap grid.

This isn't something I want to actually deploy, but I wanted to commit
it to a branch so I have it saved if I ever want to make a different
timelapse in the future.
This commit is contained in:
2023-11-18 02:04:28 -05:00
parent e7be15a201
commit a2a2847894
4 changed files with 190 additions and 90 deletions

View File

@@ -2,8 +2,9 @@
position: absolute;
top: 0;
bottom: 0;
width: 100%;
z-index: 2;
width: 4000px;
height: 4000px;
}
.map-wrapper {
@@ -11,16 +12,16 @@
height: 100%;
}
.map-wrapper-sidebar-open .map-container {
width: calc(100% - 300px);
left: 300px;
}
@media only screen and (max-width: 600px) {
.map-wrapper-sidebar-open .map-container {
height: calc(100% - 45%);
width: 100%;
left: 0;
bottom: 45%;
}
}
/* .map-wrapper-sidebar-open .map-container { */
/* width: calc(100% - 300px); */
/* left: 300px; */
/* } */
/**/
/* @media only screen and (max-width: 600px) { */
/* .map-wrapper-sidebar-open .map-container { */
/* height: calc(100% - 45%); */
/* width: 100%; */
/* left: 0; */
/* bottom: 45%; */
/* } */
/* } */