Skip to content

Commit 67bcaf2

Browse files
MV88Tobia Di Pisa
authored andcommitted
Fix 3942 with correct positioning of tutorial for GFI step (#3943)
* Fix 3942 with correct positioning of tutorial for GFI step * changed implementation
1 parent c8c43b9 commit 67bcaf2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

web/client/plugins/tutorial/preset/cesium_tutorial.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ module.exports = [
4848
},
4949
{
5050
translation: 'identifyButton',
51-
selector: '#identifyBar-container',
51+
selector: '#navigationBar-container .glyphicon.glyphicon-option-horizontal',
5252
position: 'top'
5353
}
5454
];

web/client/plugins/tutorial/preset/default_tutorial.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ module.exports = [
4040
},
4141
{
4242
translation: 'identifyButton',
43-
selector: '#identifyBar-container',
43+
selector: '#navigationBar-container .glyphicon.glyphicon-option-horizontal',
4444
position: 'top'
4545
}
4646
];

0 commit comments

Comments
 (0)