viewof circleSpiralSwitchover = slider({
min: 0,
max: 200,
step: 1,
value: 9,
title: "circleSpiralSwitchover",
description: `show spiral instead of circle from this marker count upwards,<br/>
0 -> always spiral; Infinity -> always circle,<br/>
default: 9`
})