-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request
Description
this error appeared when a line-width property used a "step" zoom transition and the "Line" tab in chartographer won't load:
here's the code that was tripping it up:
"line-width": [
"step",
["zoom"],
0.75,
16, 1.5
],
as soon as I changed this to a single value or used "interpolate", it worked.
However, a step transition should also be able to be handled by chartographer.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request
