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
The issue was weirdly caused by using d3 function .style({ 'attrName1' : 'attrValue1', 'attrName2' : 'attrValue2' (and so on...) }) instead of .attr('attrName', 'attrValue'). It's fixed now.
The map is not loaded in Firefox (93).
The text was updated successfully, but these errors were encountered: