Add wrapX override support for ol.source.Cluster
It was not possible to override the wrapX option for the cluster source. This commit adds that functionality.
This commit is contained in:
@@ -28,7 +28,8 @@ ol.source.Cluster = function(options) {
|
||||
attributions: options.attributions,
|
||||
extent: options.extent,
|
||||
logo: options.logo,
|
||||
projection: options.projection
|
||||
projection: options.projection,
|
||||
wrapX: options.wrapX
|
||||
});
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user