Skip to content

Commit 69ce3f4

Browse files
author
Mr Martian
committed
update packages and cleanup
1 parent 882adb1 commit 69ce3f4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/open/vectorLayer.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
import { OColumnName } from './columnCache.js';
2-
import { OVectorFeature, readFeature, writeOVFeature } from './vectorFeature.js';
32
import { PbfReader, Pbf as Protobuf } from 'pbf-ts';
43
import { decodeShape, encodeShape } from './shape.js';
4+
import { readFeature, writeOVFeature } from './vectorFeature.js';
55

66
import type { BaseVectorLayer } from '../base/index.js';
7+
import type { OVectorFeature } from './vectorFeature.js';
78
import type { Shape } from './shape.js';
89
import type { ColumnCacheReader, ColumnCacheWriter } from './columnCache.js';
910

0 commit comments

Comments
 (0)