malonzo47 / pynita_GUI

pynita_GUI is python GUI based implementation of Noise Insensitive Trajectory Algorithm (NITA)
4 stars 3 forks source link

dates for some plots not correct #62

Closed malonzo47 closed 4 years ago

malonzo47 commented 5 years ago

Should be like 2016-2019. I think this is based on the mechanism of the plot itself. I think it only happens when one plots multiple points at the same time in step 2. For a single plot it appears to work ok.

image

malonzo47 commented 4 years ago

May only happen when user manually enlarges window after plots are drawn.

FreelanceDev217 commented 4 years ago

I can't reproduce the issue. Please clarify the steps to reproduce. What is the OBJECTID for these plots? Using the demo dataset, I have "20. Puragi village, land rights conflict" for OBJECTID 9.

malonzo47 commented 4 years ago

Try objectids 1:8 (all at the same time). I just recreated like that for windows release 1.0.2. I did NOT have the problem for 1 only or 1:4.

malonzo47 commented 4 years ago

Note, this issue also occurs when running source code via linux container

FreelanceDev217 commented 4 years ago

Fixed. It should be fine on all kinds of installations.

malonzo47 commented 4 years ago

This is still happening. I am running the Windows binary from develop.

FreelanceDev217 commented 4 years ago

All the latest work is done on master branch. Please check the latest binary release

FreelanceDev217 commented 4 years ago

Please check the new release 1.0.3.

malonzo47 commented 4 years ago

Seems to work in new release.