File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5025,7 +5025,7 @@ module.exports = /******/ (function(modules) {
50255025 if ( this . map ) {
50265026 var params = {
50275027 id : featureId ,
5028- source : this . source ,
5028+ source : this . sourceId ,
50295029 "source-layer" : this . layer [ "source-layer" ]
50305030 } ;
50315031 return this . map . setFeatureState ( params , state ) ;
Original file line number Diff line number Diff line change 50865086 if ( this . map ) {
50875087 var params = {
50885088 id : featureId ,
5089- source : this . source ,
5089+ source : this . sourceId ,
50905090 "source-layer" : this . layer [ "source-layer" ]
50915091 } ;
50925092 return this . map . setFeatureState ( params , state ) ;
Original file line number Diff line number Diff line change 31873187 if ( this . map ) {
31883188 var n = {
31893189 id : t ,
3190- source : this . source ,
3190+ source : this . sourceId ,
31913191 "source-layer" : this . layer [ "source-layer" ]
31923192 } ;
31933193 return this . map . setFeatureState ( n , e ) ;
You can’t perform that action at this time.
0 commit comments