You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ ] BIG ONE: move iTRAQI_app into a subdirectory of iTRAQI-anlayses (this repo) and make it as a rhino app with the same renv. It's much too hard to maintain across two repositories as they share a lot of the same data. Need to move to rhino app since it's impossible to look at the old app as it is much too large.
output all app inputs straight into app directories to replace the update-data.R script a206670
fix the (lack of) appearance of acute/rehab raster layer on tour da65cdd
need to be able to change the map popups on shapes to be labels so that the map_click event can trigger the creation of a prediction marker and it's popup, not the display of the shape popup. Following the recent developments on leafgl for this here: Label argument not working r-spatial/leafgl#78
wait for the above PR to get accepted and merged into leafgl.
change what are currently polygon popups to be labels (hover, rather than click to show)
adjust the z-index of markers/labels/layers etc so that order is correct and center markers don't appear above polygon popups/labels
ensure that prediction markers work as expected and aren't hidden behind polygon labels
avoid rsq and qas markers appearing on map load when not default tab 974b29a
put markers at higher z-index than polygons ae04bc7
produce empty map without error when filter removes all polygons from map 9b03e02
The text was updated successfully, but these errors were encountered:
To expand on the following point in Jace's list:
misc. features/changes/bug fixes
The text was updated successfully, but these errors were encountered: