@@ -45,7 +45,7 @@ export const createPath = (path: Partial<Path> = {}): Path => {
lineColor: 'ff0000',
lineAltitudeAboveGround: 10,
reverseDirection: false,
- lineWidth: 3,
+ lineWidth: 0.6,
name: '',
fontSize: 1,
showDirection: false,
@@ -25,8 +25,8 @@
<InputNumber
style="width: 120px"
v-model:value="data.lineWidth"
- :max="10"
- :min="1"
+ :max="1"
+ :min="0.2"
:controls="false"
>
<template #addonBefore>