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
Refactor current solution where under one key there is entire layer group with all layers and all features. This is bad, as one feature change trigger entire layer group rewrite.
Each layer under separate key ('layer/layers/layer_id').
Each feature under separate key ('map/layers/layer_id/feature_id').
Hold array of layer keys in current layers keys ('layer/overlays') to join layers into groups.
Hold array of feature keys in layer.features to join features into layer.
The text was updated successfully, but these errors were encountered:
Refactor current solution where under one key there is entire layer group with all layers and all features. This is bad, as one feature change trigger entire layer group rewrite.
Each layer under separate key ('layer/layers/layer_id').
Each feature under separate key ('map/layers/layer_id/feature_id').
Hold array of layer keys in current layers keys ('layer/overlays') to join layers into groups.
Hold array of feature keys in layer.features to join features into layer.
The text was updated successfully, but these errors were encountered: