Jelajahi Sumber

🐛 fix blur value

jmacura 4 tahun lalu
induk
melakukan
dc280061a6
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  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(),