We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b309df commit 100e420Copy full SHA for 100e420
resource/2021/1117_gps.js
@@ -79,7 +79,7 @@ var pageControl = {
79
});
80
81
const testGoogleImage = new Image();
82
- testGoogleImage.src = `//mt2.google.com/vt/lyrs=s&hl=zh-CN&gl=cn&x=17294&y=15469&z=15&s=Galil`;
+ testGoogleImage.src = `//mt2.google.com/vt/lyrs=s&hl=zh-CN&gl=cn&x=17294&y=15469&z=15&s=Galil?t=${+Math.random()}`;
83
testGoogleImage.onload = () => {
84
map.add([googleLayerWithPio]);
85
};
0 commit comments