删除Google地图上的文字

时间:2014-04-02 09:26:05

标签: html google-maps

我创建了一张Google地图并将其放置here

我在Google上发布的代码是:

    <iframe src="https://mapsengine.google.com/map/embed?mid=z7-P7jo5tJrQ.kuOE5OBf5hc0" width="250" height="250"></iframe>

我想要做的是删除黑色标题,地图上显示Google Maps Engine的文字和底部的页脚文字地图数据©2014 Google对于非商业用途,以便它看起来像这样:enter image description here

当我右键单击inspect元素时,我可以删除它们,但代码中的行踪会添加吗?

1 个答案:

答案 0 :(得分:0)

    .ilErfe-yePe5c-haAclf {
        display: none; // not work add !important
    }
    #map-pane div {
      background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
   }

enter image description here