File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ module.exports = overrideAll({
103103 valType : 'string' ,
104104 role : 'info' ,
105105 description : [
106- 'Determines if this scattermapbox trace\'s layers are inserted' ,
106+ 'Determines if this scattermapbox trace\'s layers are to be inserted' ,
107107 'before the layer with the specified ID.' ,
108108 'By default, scattermapbox layers are inserted' ,
109109 'above all the base layers.' ,
Original file line number Diff line number Diff line change @@ -72,7 +72,6 @@ proto.update = function update(calcTrace) {
7272 var i , k , opts ;
7373
7474 if ( below !== this . below ) {
75- // console.log('update below', [below, this.below])
7675 for ( i = ORDER . length - 1 ; i >= 0 ; i -- ) {
7776 k = ORDER [ i ] ;
7877 map . removeLayer ( this . layerIds [ k ] ) ;
You can’t perform that action at this time.
0 commit comments