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
There is currently a bug in the layers section where if you switch to a different layer type, the properties from the old layer type will persist. For example, switching from MIL to Feature will keep the sublayers property. To solve this, create a function in the layers.vue file that deletes all properties that don't belong to the layer type on layer type change.
The text was updated successfully, but these errors were encountered:
There is currently a bug in the layers section where if you switch to a different layer type, the properties from the old layer type will persist. For example, switching from MIL to Feature will keep the
sublayers
property. To solve this, create a function in thelayers.vue
file that deletes all properties that don't belong to the layer type on layer type change.The text was updated successfully, but these errors were encountered: