Doruk Ozturk

Results 4 issues of Doruk Ozturk

Changing the interval parameter is not doing anything on the RGB case. We might want to add that to vrt configuration if that is possible. I can investigate this. This...

Ability to remove all layers can be good. Most of the times when I interact with the notebook I add bunch of layers and when I want to remove them...

Something minor but can be fixed easily. Works: ```python M.add_layer(rd[1, 2, 3], interval=(0,1), gamma=2, opacity=1.0) ``` Does not work: ```python M.add_layer(rd[1, 2, 3], interval=(0,1), gamma=2, opacity=1) ```

Adds an option to set a duration for api keys.