You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A heap of layers don't support ordering which can quite easily - for example any layers which create GeoJsonCatalogItems.
This opens up a broader issue of composition of different CatalogItems, and having to connect properties (for example show) for things to work properly.
Maybe we should create a GeoJsonMixin (and CsvMixin) so we can just shove them into a CatalogItem without having to worry about forgetting to define all of the properties.
I think this could speed up development time quite a bit and it would make simplify quite a few CatalogItems
I think I remember @steve9164 talking about how we should put as much functionality into Mixins and keep CatalogItems lean - is that right?
The text was updated successfully, but these errors were encountered:
I raise this in issue #4704
I think I remember @steve9164 talking about how we should put as much functionality into Mixins and keep CatalogItems lean - is that right?
The text was updated successfully, but these errors were encountered: