You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/app/tour/features.js
+15-15Lines changed: 15 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -49,20 +49,20 @@ module.exports = [
49
49
image: 'f7.gif',
50
50
version: '1.2.0',
51
51
initial: false
52
-
},
53
-
// enable in 1.3.0-beta.1
54
-
{
55
-
title: 'Show Explain plans as tree charts',
56
-
description: 'In the Explain Plan tab, click on "Show as: Visual Tree" to see a tree chart of the explain plan.',
57
-
image: 'f8.gif',
58
-
version: '1.3.0-beta.1',
59
-
initial: false
60
-
},
61
-
{
62
-
title: 'Geo Location Queries',
63
-
description: 'Collections with location data can be used as a filter. Click and drag across the map for a geographic query. Click "Apply" to resample with the coordinates.',
64
-
image: 'f6.gif',
65
-
version: '1.3.0-beta.1',
66
-
initial: true
67
52
}
53
+
// enable in 1.3.0-beta.1
54
+
// {
55
+
// title: 'Show Explain plans as tree charts',
56
+
// description: 'In the Explain Plan tab, click on "Show as: Visual Tree" to see a tree chart of the explain plan.',
57
+
// image: 'f8.gif',
58
+
// version: '1.3.0-beta.1',
59
+
// initial: false
60
+
// },
61
+
// {
62
+
// title: 'Geo Location Queries',
63
+
// description: 'Collections with location data can be used as a filter. Click and drag across the map for a geographic query. Click "Apply" to resample with the coordinates.',
0 commit comments