瀏覽代碼

🐛 fix blur value

jmacura 3 年之前
父節點
當前提交
dc280061a6
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/app/calculator/calculator.service.ts

+ 1 - 0
src/app/calculator/calculator.service.ts

@@ -101,6 +101,7 @@ export class CalculatorService {
           {
             product,
             number_of_quantiles: this.quantileCount,
+            blur: this.blurValue,
             date: this.selectedDate,
             format: 'geojson',
             geojson: this.fieldService.getSelectedFieldGeoJSON(),