We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d670ea2 commit a7609e5Copy full SHA for a7609e5
nebula/frontend/static/js/deployment/scenario.js
@@ -120,7 +120,7 @@ const ScenarioManager = (function() {
120
longitude: window.MobilityManager.getMobilityConfig().location.longitude || 0,
121
//with_sa : window.SaManager.getSaConfig().with_sa || false,
122
with_sa: window.MobilityManager.getMobilityConfig().enabled || false,
123
- //strict_topology: window.SaManager.getSaConfig().strict_topology.checked,
+ //strict_topology: window.SaManager.getSaConfig().strict_topology || false,
124
strict_topology: false,
125
//sad_candidate_selector: window.SaManager.getSaConfig().sad_candidate_selector.value || "Distance",
126
sad_candidate_selector: "Distance",
0 commit comments