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
{{ message }}
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
I'm working on Atom master branch to catch-up display-layer.
cc @as-cii
Then I noticed this warning.
Assigning custom properties to a marker when creating/copying it is
deprecated. Please, consider storing the custom properties you need in
some other object in your package, keyed by the marker's id property.
As far as I check, persistent option is for MarkerLayer but this options is validated by Marker's Marker.extractParams(options).
Should delete options.persitent before passing Marker.extractParams()?