class NcWMSColorbarControl extends MapControl {
  createLeafletElement(props) {
    return new LeafletNcWMSColorbarControl(props);
  }