mapbox / mapbox-gl-style-spec

76 stars 38 forks source link

Use words instead of symbols #584

Closed jfirebaugh closed 7 years ago

jfirebaugh commented 7 years ago

Replace image and image with words ("continuous" and "discrete"?).

You can't search for symbols to see what properties use which type, and the meaning isn't clear from the symbol.

davidtheclark commented 7 years ago

Why introduce "continuous" and "discrete" into the mix when there's already "interpolated" and "piecewise-constant"? My head is being tied into knots by the number of "function types" ༼ ºººººل͟ººººº ༽

jfirebaugh commented 7 years ago

Yeah, when I wrote that I forgot that we already had the terms "interpolated" and "piecewise-constant". We should be consistent and use one set or the other everywhere.

I have a proposal brewing to rationalize the current set of function types into something more understandable. Stay tuned.

lucaswoj commented 7 years ago

This issue was moved to mapbox/mapbox-gl-js#4145