Google地图 - 从ROADMAP中移除网格 [英] Google map - Remove grid from ROADMAP

查看:103
本文介绍了Google地图 - 从ROADMAP中移除网格的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在将Google地图整合到我的网站中。它工作正常。然而,它显示这样的网格:



我想将其删除以使地图更加美观。任何人有一个想法如何删除此?



谢谢 解决方案

这是一个css问题(css被应用到正在修改外观的tile)。您需要解决这个问题。



这些规则正在应用于瓷砖:

  -webkit-box-shadow:1px 1px 10px #AAA; 
box-shadow:1px 1px 10px #AAA;

From:#body .left .content img in style.css line 224



删除它们或在地图上覆盖它们。


I'm integrating the google map in my site. It works fine. However, it shows grid like this:

Which I want to remove it to make the map more good looking. Anyone has an idea how to remove this?

Thanks

解决方案

That is a css problem (css being applied to the tiles which is modifying the appearance). You need to fix that.

These rules are being applied to the tiles:

-webkit-box-shadow: 1px 1px 10px #AAA;
box-shadow: 1px 1px 10px #AAA;

From: #body .left .content img in style.css line 224

Remove them or override them on the map.

这篇关于Google地图 - 从ROADMAP中移除网格的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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