Browse Source

fix: random color generation

jmacura 4 năm trước cách đây
mục cha
commit
0ae6050a96
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/app.service.ts

+ 1 - 1
src/app.service.ts

@@ -1,4 +1,4 @@
-import * as hsv2rgb from 'hsv2rgb';
+import hsv2rgb from 'hsv2rgb';
 import {Feature} from 'ol';
 import {Fill, Stroke, Style} from 'ol/style';
 import {GeoJSON} from 'ol/format';