Closed shankari closed 3 years ago
I cannot reproduce it using the test database. Could share me some screenshots? Thanks.
@asiripanich Using the test database, the two user paths are consistently labeled with the correct user_ids. With more users, the colors are incorrect. User 1fdb... is green in the legend (second row), but purple on the map. To reproduce the issue with the test database, you can change the mapview zcol to 'mode_confirm', where the legend colors are consistently wrong. Pull request #62 makes the zcol configurable, if you would like to easily change between user_id and mode_confirm.
We thought this was related to my change to map the mode to the z-axis, but @allenmichael099 said that it happens even when the user_id is mapped to the z-axis (as on master).
It is very confusing because you think that the colors are right, but they are wrong.
@asiripanich since you originally implemented the map, maybe you can give us some pointers?