You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the punctual selection chapter the toggleCondition parameter is listed twice with two different descriptions, perhaps we were referring to another option?
/*lession 15*/constsinglePointSelection=newol.interaction.Select({layers: [poi],style: selectionStyle,// toggleCondition: come aggiungere le features alla corrente selezione// features: Collezione su cui limitarela selezione// filter: se volissimo filtare la feature (cattura una feature alla volta) in base ad una proprietà specifica// toggleCondition: // nel caso customizzare il tipo di selezione// addCondition: funzione che permette di agire sull'aggiunte di nuove features selezionate// removeCondition: come sopra ma per la rimozionemulti: false// dafault. Nel caso volessimo selezionare più features quando sono in overlay bisogna settarlo a true});
In the punctual selection chapter the
toggleCondition
parameter is listed twice with two different descriptions, perhaps we were referring to another option?Reference: _lessons/l15.md#selezione-puntuale
The text was updated successfully, but these errors were encountered: