- Added logic to check if 'polylineVisible' exists in localStorage on page load. - If not present, set the default value to 'true' to ensure polylines are displayed by default. - Updated `setupPolylines` function to handle polyline visibility based on localStorage value.