FarmMapsLib/projects/common-map/src/fm-map/models/style.cache.ts

5 lines
102 B
TypeScript
Raw Normal View History

import {Style,Feature} from 'ol';
2020-02-12 19:38:14 +00:00
2020-02-12 20:33:28 +00:00
export interface IStyles{
[id: string]: Style | (Feature);
2020-02-12 19:38:14 +00:00
};