geodesymiami / insarmaps

3 stars 0 forks source link

Location of timeseries window #32

Closed falkamelung closed 3 years ago

falkamelung commented 3 years ago

When I run the command below, it puts the displacement time series right on the image. Can we put the displacement timeseries to the say, lower right? I don't fully understand the logic of placement, but most of the time it seems to be showing up at the wrong spot.

https://insarmaps.miami.edu/start/0.8861/-76.9335/8.5250?flyToDatasetCenter=false&startDataset=S1_IW2_120_1182_1186_20141013_20190502&pointID=16211&minScale=-4&maxScale=4&startDate=20141013&endDate=20180311&colorscale=velocity
https://insarmaps.miami.edu/start/19.6687/-154.4043/8.1292?flyToDatasetCenter=false&startDataset=S1_IW23_124_0059_0063_20180905_XXXXXXXX&pointID=723053&minScale=-30&maxScale=30&startDate=20180911&endDate=20201205&colorscale=displacement
image image
stackTom commented 3 years ago

The plots are placed in the bottom right of the web page. They are a certain percentage of the screen you use to visit the site. Should we place the plots more toward the center? That would eliminate this error mostly, I believe. It would also eliminate the color scale being hidden behind the plot.

Ultimately, it just depends on the size of the dataset and the size of the screen you use to see the website. If we want it to be perfect such that the plot never obscures a dataset, it will require very complicated logic. I can do it if you wish, but not sure it is worth the development effort.

It is ultimately up to you, as you know what are high priority issues and what aren't.

Actually - can you go through the issues and put priority tags on them? I am not sure if github supports this. Sometimes, you place issues which take me a long time and are difficult to implement but end up only low priority. And sometimes, fixes/improvements which you think will add a big benefit to the site dont take much effort, but I don't work on them because I am spending work on harder yet lower priority issues.

falkamelung commented 3 years ago

For me it still shows up in the bottom left and the colorbar is hidden. Not on the bottom right. No need for complicated logic. Just enough so that users will realize that the window can be moved.

stackTom commented 3 years ago

Yes, my bad, I meant bottom left. I will try to modify it so it shows datasets for the most amount of uses cases possible without having to do complicated javascript logic.

stackTom commented 3 years ago

Time series window is now on the bottom right.