浏览代码

fix: random color generation

jmacura 4 年之前
父节点
当前提交
0ae6050a96
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 {Feature} from 'ol';
 import {Fill, Stroke, Style} from 'ol/style';
 import {Fill, Stroke, Style} from 'ol/style';
 import {GeoJSON} from 'ol/format';
 import {GeoJSON} from 'ol/format';