Always use load extent with real world center

This commit is contained in:
Andreas Hocevar
2020-03-29 18:14:31 +02:00
parent 0c9324f398
commit 190cd202a1
4 changed files with 35 additions and 42 deletions
+1 -2
View File
@@ -437,8 +437,7 @@ class Graticule extends VectorLayer {
features: new Collection(),
overlaps: false,
useSpatialIndex: false,
wrapX: options.wrapX,
loadWrapX: false
wrapX: options.wrapX
})
);