mapbox / mapbox-gl-style-spec

76 stars 38 forks source link

Zoom functions for light properties #612

Closed scothis closed 7 years ago

scothis commented 7 years ago

The spec appears to permit zoom functions for light properties, and gl-js happily handles them correctly, however, the validator rejects zoom functions for light properties.

I assume the spec and gl-js is correct and the validator is wrong, but wanted to confirm before I submit a PR for the validator.

cc @lbud

lbud commented 7 years ago

@lucaswoj just merged a related PR today (https://github.com/mapbox/mapbox-gl-style-spec/pull/598) — @scothis does that fix it or are you seeing another issue?

scothis commented 7 years ago

Yep, that did the trick. Someday I'll learn to search more than just the open issues list before creating a new ticket.