2014-04-02 187 views
0

我創建了谷歌地圖並將其放置到here刪除谷歌地圖上的文字

我得到過谷歌落實到這個頁面的代碼是:

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

我希望能夠做的是去除黑頭,即稱,谷歌地圖引擎,地圖上的文字是什麼在底部的地圖數據© 2014谷歌對於非商業用途的頁腳文本,所以它看起來是這樣的:enter image description here

當我右擊檢查元素我可以刪除它們,但在代碼行蹤這是否會添加?

+1

我不認爲你可以,因爲它是在框架中。另外,我認爲這會違反Google的政策來刪除這種東西。 – putvande

回答

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