Use refactored styles

This commit is contained in:
Willem Dantuma
2020-02-12 21:33:28 +01:00
parent 6379b64351
commit 937dbe9b43
5 changed files with 35 additions and 16 deletions

View File

@@ -1,5 +1,5 @@
import {Style} from 'ol';
export interface IStyleCache{
export interface IStyles{
[id: string]: Style;
};