File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -223,7 +223,7 @@ class IdentifyViewer extends React.Component {
223
223
}
224
224
}
225
225
componentWillUnmount ( ) {
226
- this . props . removeLayer ( "identifyslection " ) ;
226
+ this . props . removeLayer ( "__identifyviewerhighlight " ) ;
227
227
}
228
228
updateResultTree = ( ) => {
229
229
const layers = Object . keys ( this . props . identifyResults ) ;
@@ -254,12 +254,12 @@ class IdentifyViewer extends React.Component {
254
254
} ) ;
255
255
if ( ! isEmpty ( results ) ) {
256
256
const layer = {
257
- id : "identifyslection " ,
257
+ id : "__identifyviewerhighlight " ,
258
258
role : LayerRole . SELECTION
259
259
} ;
260
260
this . props . addLayerFeatures ( layer , results , true ) ;
261
261
} else {
262
- this . props . removeLayer ( "identifyslection " ) ;
262
+ this . props . removeLayer ( "__identifyviewerhighlight " ) ;
263
263
}
264
264
} ;
265
265
getExpandedClass = ( path , deflt ) => {
You can’t perform that action at this time.
0 commit comments