Browse Source

🐛 fix blur value

jmacura 3 năm trước cách đây
mục cha
commit
dc280061a6
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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(),