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 has been archived by the owner on Aug 8, 2023. It is now read-only.
MGLStyleAttributeFunction has a property property that corresponds to Function.property in the style specification. But it’s only used for property functions, which have yet to be ported from GL JS (#4860). We should remove it until property functions are implemented.
Incidentally, when we reintroduce it, it should be called attribute to reduce confusion with Objective-C/Swift properties and for consistency with MGLStyleAttributeValue and MGLStyleAttributeFunction.
MGLStyleAttributeFunction has a
property
property that corresponds toFunction.property
in the style specification. But it’s only used for property functions, which have yet to be ported from GL JS (#4860). We should remove it until property functions are implemented.Incidentally, when we reintroduce it, it should be called
attribute
to reduce confusion with Objective-C/Swift properties and for consistency with MGLStyleAttributeValue and MGLStyleAttributeFunction./cc @frederoni
The text was updated successfully, but these errors were encountered: