Open
Description
Issue
In some cases we might need to represent multiple TrafficSignValue in TrafficSign
This occurs in case there are multiple physical values on one TrafficSign.
My suggestion would be to change
TrafficSign::MainSign::Classification::value to repeated field type.
TheTrafficSign::SupplementarySign::Classification::value is already repeated.
Examples
Vertical clearance
OSI can not represent foots and inches
In addition to foots and inches we also have metric system.
Speed limit
Maybe this situation can be handled with multiple supplementary signs?