There is a definite flaw in the design of this triple choice:
each line is assigned the values 1, 0, 2 in order, then depending on the selection it is assigned to the group variable "lua.ChangeMapContent"
but this is defined as a Boolean variable
MODEL.SET.lua.ChangeMapContent = BOOL_MODEL(true)
and can therefore only support the values 1 and 0, but 2 being of the same effect as 1, it is assigned the value true = 1
as a result of which TOMTOM and OSM are selected at the same time in the list
Bookmarks