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
My first use of the plugin and I forgot to add any layers -> the result was some javascript which was missing a '{'. I think the plugin could warn when trying to do this.
When I actually added a layer, no complaints :)
The text was updated successfully, but these errors were encountered:
Yes, apparently this is so to delete the last comma added when layers are added (because the layer code is added with a comma at the end everytime), so that's why it works in the case of existing layers.
My first use of the plugin and I forgot to add any layers -> the result was some javascript which was missing a '{'. I think the plugin could warn when trying to do this.
When I actually added a layer, no complaints :)
The text was updated successfully, but these errors were encountered: