Google地图应用程序不再启动

时间:2014-09-17 17:32:19

标签: html google-maps google-maps-api-3 google-drive-api

我的地图直到最近一直运作良好。 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 个答案:

答案 0 :(得分:1)

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

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

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

此外,截至周一,Google已经报道了驱动器上的几个问题Apps Status Dashboard