Set interpolate for use by VectorImage layers

This commit is contained in:
mike-000
2022-01-13 23:12:17 +00:00
parent 1c81f60fec
commit ec2e3f4f23

View File

@@ -181,6 +181,7 @@ class VectorSource extends Source {
super({
attributions: options.attributions,
interpolate: true,
projection: undefined,
state: SourceState.READY,
wrapX: options.wrapX !== undefined ? options.wrapX : true,