mapbox / mapbox-gl-test-suite

Rendering tests for Mapbox GL
6 stars 12 forks source link

Don't add style properties to params #164

Closed jfirebaugh closed 7 years ago

jfirebaugh commented 7 years ago

gl-js/gl-native can read these values from the style just fine.

This is part of the fix to get #161 failing (so we know it's a good regression test).

I've tested both gl-js and gl-native with this change; both are green.