Because, the logo of Baidu Maps is displayed on it, which feels ugly, and I want to display the map neatly
Therefore, I want to remove the copyright information of Baidu Maps, etc
Discovery, Baidu map copyright has an anchorBL style
I used jQuery to run $(".anchorBL").css("display","none") via the console and found that I could remove the copyright, as follows:
Then I tried removing the copyright with js, the code is as follows:
Results,You can't remove the copyright, so it's better to use the style sheet to remove the copyright honestly! The code is as follows:
It is okay to use the CSS overlay method, but the official does not allow this, refer to http://developer.baidu.com/map/question.htm
Is it possible to remove the Baidu copyright logo in the lower left corner of the Baidu map? No. Any application that uses Baidu Maps API to call the map service must retain Baidu copyright information. For more information, see [1.2 Scope of use].
|