mapbox / mapbox-gl-style-spec

76 stars 38 forks source link

Remove support for implicitly-categorical functions #666

Closed jfirebaugh closed 7 years ago

jfirebaugh commented 7 years ago

This turned out to add significant complexity to the gl-native implementation, and never took effect in gl-js due to a bug (https://github.com/mapbox/mapbox-gl-js/issues/3717). Removing it due to the complexity it would add to gl-native and other implementations, and the following additional rationales:

Closes https://github.com/mapbox/mapbox-gl-js/issues/3717 Closes https://github.com/mapbox/mapbox-gl-js/issues/3948