Replies: 1 comment
-
The spec is cross platform and serves native as well (c++), including java, objective-c and swift. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Data driven properties in GeoJson (and maybe elsewhere?) is provided by types of ExpressionSpecification and alike. An expression tree system is implemented with appropriate typescript definitions:
I wonder why we do not simply allow functions as property values, that is the way js libraries usually handle this. Much less and much simpler code and a much simpler API for the user.
So instead of
I suggest and prefer this api:
Beta Was this translation helpful? Give feedback.
All reactions