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({
103
103
valType : 'string' ,
104
104
role : 'info' ,
105
105
description : [
106
- 'Determines if this scattermapbox trace\'s layers are inserted' ,
106
+ 'Determines if this scattermapbox trace\'s layers are to be inserted' ,
107
107
'before the layer with the specified ID.' ,
108
108
'By default, scattermapbox layers are inserted' ,
109
109
'above all the base layers.' ,
Original file line number Diff line number Diff line change @@ -72,7 +72,6 @@ proto.update = function update(calcTrace) {
72
72
var i , k , opts ;
73
73
74
74
if ( below !== this . below ) {
75
- // console.log('update below', [below, this.below])
76
75
for ( i = ORDER . length - 1 ; i >= 0 ; i -- ) {
77
76
k = ORDER [ i ] ;
78
77
map . removeLayer ( this . layerIds [ k ] ) ;
You can’t perform that action at this time.
0 commit comments