1

質点 API の angular2 プロジェクトで Scott マップを使用しています,実行 npm run build:prodするとエラーが発生しました,以下は関連するコードと例外です(追加:npm startコマンドの質問はありません)</p>

/**
   * Custom grouping rendering engine, for example, only function similar to
     PointSimplifier.Render.Canvas.GroupStyleRender
   * @param {PointSimplifier} pointSimplifierIns The associated
     PointSimplifier instance
   * @param {Object} opts   configuration
   */
  function MyCanvasRender(pointSimplifierIns, opts) {
    // Direct call the superclass constructor
    MyCanvasRender.__super__.constructor.apply(this, arguments);
  }

エラー情報:</p>

[at-loader] Checking started in a separate process...

[at-loader] 6 個のエラーでチェックが完了しました bail モードのエラー: [at-loader] ./src/app/pages/map/massive/massive.component.ts:39:24 TS2339: プロパティ ' super ' が存在しませんタイプ '(pointSimplifierIns: any, opts: any) => void'.

ここに画像の説明を入力

ここに画像の説明を入力

4

0 に答える 0