Set interpolate for use by VectorImage layers
This commit is contained in:
@@ -181,6 +181,7 @@ class VectorSource extends Source {
|
|||||||
|
|
||||||
super({
|
super({
|
||||||
attributions: options.attributions,
|
attributions: options.attributions,
|
||||||
|
interpolate: true,
|
||||||
projection: undefined,
|
projection: undefined,
|
||||||
state: SourceState.READY,
|
state: SourceState.READY,
|
||||||
wrapX: options.wrapX !== undefined ? options.wrapX : true,
|
wrapX: options.wrapX !== undefined ? options.wrapX : true,
|
||||||
|
|||||||
Reference in New Issue
Block a user