koopjs / winnow

Deprecated
Apache License 2.0
90 stars 18 forks source link

Fix breaking change #193

Closed rgwozdz closed 3 years ago

rgwozdz commented 3 years ago

The refactor for class break generation had a few breaking changes:

Note that I don't necessarily agree with the logic here, just maintaining the legacy code so we don't introduce a breaking change. This logic should be revisited and perhaps changed - it may make more sense to move class break generation out of winnow and into FeatureServer as this seems like code that is specifically for the generateRenderer route.