Sfoglia il codice sorgente

fix: random color generation

jmacura 4 anni fa
parent
commit
0ae6050a96
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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';