How to set the level of the cover of Baidu map.

http://lbsyun.baidu.com/jsdem.
, for example, how can I keep the circle at the top of this official list

Mar.10,2021

look at the higher the lower level you add

//
function add_overlay(){
    map.addOverlay(marker);            //
    map.addOverlay(polyline);          //
    map.addOverlay(circle);            //
    map.addOverlay(polygon);           //
    map.addOverlay(rectangle);         //
}

look, this is obviously the top of the rectangle

Menu