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
I capture a route's colour as #1864a3 (R:24 G:100 B:163). Note that for the colour to be recognised, the '#' symbol must be included as prefix. This, however, is also saved with the '#' in the database and when validating the feed, it fails with the following error:
Invalid value #1864a3 in field route_color
route_color should be a valid color description which consists of 6 hexadecimal characters representing > the RGB values. Example: 44AA06
... it seems the '#' should be omitted. If I remove the '#' when capturing the colour, it defaults back to 'ff0000'. I believe this is quite crucial to sort out... but maybe I'm just missing something obvious. Any suggestions, please?
Thanks!
Johan
The text was updated successfully, but these errors were encountered:
I capture a route's colour as #1864a3 (R:24 G:100 B:163). Note that for the colour to be recognised, the '
#
' symbol must be included as prefix. This, however, is also saved with the '#
' in the database and when validating the feed, it fails with the following error:... it seems the '
#
' should be omitted. If I remove the '#
' when capturing the colour, it defaults back to 'ff0000
'. I believe this is quite crucial to sort out... but maybe I'm just missing something obvious. Any suggestions, please?Thanks!
Johan
The text was updated successfully, but these errors were encountered: