Google地图应用程序不再启动

时间:2023-01-12 21:13:02

My map worked fine until recently. The HTML is using a javascript and css file loaded from Google Drive to display. It seems that this is the problem, because when I load these files directly from the computer, it works. Here is the HTML code:

我的地图直到最近一直很好。 HTML正在使用从Google云端硬盘加载的javascript和css文件进行显示。这似乎是问题,因为当我直接从计算机加载这些文件时,它可以工作。这是HTML代码:

<!DOCTYPE html>
<html>

<head>
    <title>Atlas</title>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <link type="text/css" href="http://googledrive.com/host/0B55_4P6vMjhITEU4Ym9iVG8yZUU/style.css" rel="stylesheet" media="all" />
    <script src="https://www.google.com/jsapi"></script>
    <script src="http://maps.googleapis.com/maps/api/js?key=AIzaSyBkcSHRlpwYgUpLlFXSC4hC73QCCcKNh2Q&sensor=false&libraries=geometry&language=ro"></script>
    <script src="http://googledrive.com/host/0B55_4P6vMjhITEU4Ym9iVG8yZUU/harta.js"></script>
</head>
<body>
    <div id="map"></div>
    <div id="elevation_chart"></div>
    <div id="legenda"></div>
</body>

1 个解决方案

#1


1  

There was a universal problem with public-hosted html files hosted on Google Drive on 9/17. They were aware of the problem and as of today have fixed the issue.

9月17日在Google云端硬盘上托管的公共托管html文件存在普遍问题。他们意识到了这个问题,截至今天已经解决了这个问题。

If your map still doesn't work, try uploading your index.html file to the Drive, delete the old one, and refresh. That worked for me this morning.

如果您的地图仍无效,请尝试将index.html文件上传到云端硬盘,删除旧版并刷新。今天早上这对我有用。

See this thread from Google Groups on the issue.

有关此问题,请参阅Google网上论坛的此主题

Also, as of Monday, Google has reported several issues with Drive on it's Apps Status Dashboard.

此外,截至周一,谷歌已经报道了Drive on the Apps Status Dashboard的几个问题。

#1


1  

There was a universal problem with public-hosted html files hosted on Google Drive on 9/17. They were aware of the problem and as of today have fixed the issue.

9月17日在Google云端硬盘上托管的公共托管html文件存在普遍问题。他们意识到了这个问题,截至今天已经解决了这个问题。

If your map still doesn't work, try uploading your index.html file to the Drive, delete the old one, and refresh. That worked for me this morning.

如果您的地图仍无效,请尝试将index.html文件上传到云端硬盘,删除旧版并刷新。今天早上这对我有用。

See this thread from Google Groups on the issue.

有关此问题,请参阅Google网上论坛的此主题

Also, as of Monday, Google has reported several issues with Drive on it's Apps Status Dashboard.

此外,截至周一,谷歌已经报道了Drive on the Apps Status Dashboard的几个问题。