Alexander Kleinwächter

Results 2 comments of Alexander Kleinwächter

In the actual 7.4 version, the DblClickDragZoom interaction throws an error while compiling in typescript, angular. Compiled with problems: ERROR node_modules/ol/interaction/DblClickDragZoom.d.ts:103:26 - error TS2503: Cannot find namespace 'NodeJS'. 103 doubleTapTimeoutId_:...

I just found out that you can add the command timeout as parameter to the command method: `return (await dbConnection.QueryAsync( sql, transaction: await GetDbTransactionAsync(), commandTimeout: 300, param: parameters ) ).ToList();`