PIFSC-Protected-Species-Division / cruise-maps-live

This repository contains code necessary to generate daily maps of the cetacean survey cruises
https://storymaps.arcgis.com/stories/b3bbf0e90d0141f7bf47edc5339ccb7a
MIT License
3 stars 0 forks source link

don't round total in distance in summary table #6

Closed sfregosi closed 1 year ago

sfregosi commented 1 year ago

only the total is rounded, but the column digits are specified with 1 significant digit so it looks weird always as '.0' so just remove the rounding step.

sfregosi commented 1 year ago

fixed with #7