GMaps API + Fusion Tables停止工作 [英] GMaps API + Fusion Tables Stopped Working

查看:95
本文介绍了GMaps API + Fusion Tables停止工作的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个应用程序,它使用Google Maps API和融合表,它们今天停止运行(代码和Fusion表数据库没有更改,并且昨天正在运行)。我检查了错误日志,没有看到任何东西。

该页面可以在 http://www2.ece.ohio-state.edu/~garryj/PassiveRadar/Passive%20Radar%20Coverage%20Tool.html



我希望有更好的Javascript背景和更多经验丰富的调试技巧的人比我可以快速发现错误,尽管代码相当长。



<所有的帮助是非常感谢。

解决方案

似乎Google已经更新了default.css,prevoius版本设置了的高度# map_canvas #map-canvas ,目前仅适用于#map-canvas


$ b $ p $ <$ p $ <$ p $ <$ p $ c> html,body,#map_canvas {
height:100%;
保证金:0;
padding:0;

}

/ p>

 < link type =text / css =stylesheethref =http://code.google.com /apis/maps/documentation/javascript/examples/default.css\"> 


I have an application which uses the Google Maps API and fusion tables which stopped working as of today (the code and Fusion tables databases weren't changed and were working yesterday.) I have checked the error log and didn't see anything.

The page can be found at http://www2.ece.ohio-state.edu/~garryj/PassiveRadar/Passive%20Radar%20Coverage%20Tool.html

I was hoping someone with a better Javascript background and more experienced debugging skills than I could spot the error quickly, although the code is rather long.

All help is greatly appreciated.

解决方案

it seems that google has updated the default.css, the prevoius version sets the height of #map_canvas and #map-canvas, the current only for #map-canvas.

Add this style to your page:

html, body, #map_canvas {
height: 100%;
margin: 0;
padding: 0;

}

and remove the redundant

<link type="text/css" rel="stylesheet" href="http://code.google.com/apis/maps/documentation/javascript/examples/default.css">

这篇关于GMaps API + Fusion Tables停止工作的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆