Revert previous commits for cleaner approach

This commit is contained in:
whytro
2023-04-28 02:00:54 +09:00
parent 7dfa2bdd1f
commit 09ff160dcc
18 changed files with 81 additions and 228 deletions
-3
View File
@@ -66,9 +66,6 @@ module.exports = function () {
if (bs.length === 2) return b;
else return b += ',10';
}).join(';');
params.radiuses = bearings.map(() => {
return 'unlimited';
}).join(';');
}
if (approaches.length) {