Google地图叠加渲染问题

Rob*_*ert 5 google-maps

注意工具提示的渲染方式

由于一些奇怪的原因,谷歌地图倾向于加载这样的工具提示.缩放滑块也是偏斜的.有没有人遇到过这个问题?

Tin*_*ehr 10

绝对看到它:)

google maps api v3地图显示问题

添加到您的CSS

#map_canvas label { width: auto; display:inline; }
#map_canvas img { max-width: none; }  (sometimes max-height: none; is needed too)
Run Code Online (Sandbox Code Playgroud)

(map_canvas如果您的地图div被命名为其他内容,则替换.)