
I have not used it in a while and forgotten how we call a custom token marker now from API here is the api call for current default token marker. {
tokens.forEach(function(token) {
// #98000
token.set('status_half-heart', '0');
}, this);
} else {
tokens.forEach(function(token) {
// transparent
token.set('status_half-heart', false);
}, this);
} If I remember we have to change the call and not just replace half-heart with name of new custom token marker? but I don't remember what that call is any help is appreciated