From 17ca749cfe096ebdb1ff40255bda8c5cbeae04ec Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期五, 23 六月 2023 10:06:38 +0800 Subject: [PATCH] 1 --- ExportMap/demoMap.html | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/ExportMap/demoMap.html b/ExportMap/demoMap.html index 6d713c1..e080c79 100644 --- a/ExportMap/demoMap.html +++ b/ExportMap/demoMap.html @@ -1,7 +1,12 @@ <!doctype html> <html lang="en"> <head> - <meta charset="utf-8"> + <meta http-equiv="Expires" content="0" /> + <meta http-equiv="Cache" content="no-cache" /> + <meta http-equiv="Pragma" content="no-cache" /> + <meta http-equiv="Cache-control" content="no-cache" /> + <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="stylesheet" href="https://openlayers.org/en/v4.6.5/css/ol.css" type="text/css"> <!-- The line below is only needed for old environments like Internet Explorer and Android 4.x --> <script src="https://cdn.polyfill.io/v2/polyfill.min.js?features=requestAnimationFrame,Element.prototype.classList,URL"></script> -- Gitblit v1.9.3