Set loadWrapX: false in source

This commit is contained in:
mike-000
2020-03-28 21:02:32 +00:00
committed by Andreas Hocevar
parent f6bbf414a8
commit b560dab513

View File

@@ -437,7 +437,8 @@ class Graticule extends VectorLayer {
features: new Collection(),
overlaps: false,
useSpatialIndex: false,
wrapX: options.wrapX
wrapX: options.wrapX,
loadWrapX: false
})
);