wallaceEcoMod / wallace

an interactive, reproducible, expandible, instructional, and open-source GUI-based app for ecological niche modeling
https://wallaceecomod.github.io/
GNU General Public License v3.0
132 stars 46 forks source link

fixes to map legend #428

Open bjohnso005 opened 2 months ago

bjohnso005 commented 2 months ago

Fix the map legend so the values are rounded to the tenth or hundredth.

Also, the helper function for reversing the legend numbers (so blue is low suitability and at the bottom, and red is high suitability and at the top) may be problematic. See here... https://stackoverflow.com/questions/40276569/reverse-order-in-r-leaflet-continuous-legend and here... https://github.com/rstudio/leaflet/issues/256#issuecomment-440290201