Ver código fonte

fix: random color generation

jmacura 4 anos atrás
pai
commit
0ae6050a96
1 arquivos alterados com 1 adições e 1 exclusões
  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';