Set loadWrapX: false in source
This commit is contained in:
committed by
Andreas Hocevar
parent
f6bbf414a8
commit
b560dab513
@@ -437,7 +437,8 @@ class Graticule extends VectorLayer {
|
||||
features: new Collection(),
|
||||
overlaps: false,
|
||||
useSpatialIndex: false,
|
||||
wrapX: options.wrapX
|
||||
wrapX: options.wrapX,
|
||||
loadWrapX: false
|
||||
})
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user