FarmMapsLib/projects/ng-openlayers/src/lib/formats/format.component.ts

7 lines
138 B
TypeScript

import Feature from 'ol/format/Feature';
export class FormatComponent {
public instance: Feature;
public componentType = 'format';
}