Always load tiles while animating and interacting
This commit is contained in:
@@ -29,9 +29,6 @@ for (i = 0, ii = styles.length; i < ii; ++i) {
|
||||
}
|
||||
const map = new Map({
|
||||
layers: layers,
|
||||
// Improve user experience by loading tiles while dragging/zooming. Will make
|
||||
// zooming choppy on mobile or slow devices.
|
||||
loadTilesWhileInteracting: true,
|
||||
target: 'map',
|
||||
view: new View({
|
||||
center: [-6655.5402445057125, 6709968.258934638],
|
||||
|
||||
Reference in New Issue
Block a user