Style spec testing and development features #553
Replies: 1 comment 1 reply
-
In term of style editor, maputnik is probably the goto from our perspective as you get immediate feedback. Generally speaking, since this is a language, this kind of tooling is needed, but except the above I don't think there's something good. Any help in that area would be welcome. I would also consider doing the heavy lifting in the tile generation, making the expressions as simple as possible. |
Beta Was this translation helpful? Give feedback.
-
Hello 👋 ,
I am on the newish side to mapbox style-spec and GIS rendering generally so I may be missing some obvious tooling or approaches here.
I have found that it is hard to test, develop and debug complex expressions within the maplibre style spec. This is especially true for nested expressions with multiple cases, coalesce, match etc where the feature attributes can be quite varied.
Is there a tool, cli, web, etc that helps to test and evaluate the style spec expressions against a set of known attributes? How is this general development problem approached currently?
Appreciate any responses!
Beta Was this translation helpful? Give feedback.
All reactions