eckhchri / pcars-ds-liveview

Provides a html page for project cars dedicated server and display a map of the current race.
14 stars 1 forks source link

Add 2 marker label options for dark and light text color #139

Open viper4gh opened 4 years ago

viper4gh commented 4 years ago

Depending on the track the black text color of the marker labels is hardly readable if the satellite map is dark. In this case it would be nice if you can switch the text color to white.

Possible solution: In the Settings is already a drop down for "Driverlabel Options" with the following options available:

Change these to:

And add CSS text color style to it, which should additionaly be changeable via config.js

eckhchri commented 4 years ago

First part (new options) is working. In rare cases the style change was hanging. More tests needed.

The second part to make it changeable via config.js file, was not implemented yet.