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
When you add a layer, CrossTileSymbolIndex creates a new CrossTileSymbolLayerIndex, but there's no corresponding removal operation. If you re-add a layer with the same ID, the original layer index will be re-used, but if you keep creating layers with new IDs you could keep leaking layer indices.
When you add a layer,
CrossTileSymbolIndex
creates a newCrossTileSymbolLayerIndex
, but there's no corresponding removal operation. If you re-add a layer with the same ID, the original layer index will be re-used, but if you keep creating layers with new IDs you could keep leaking layer indices./cc @ansis
The text was updated successfully, but these errors were encountered: