-
Notifications
You must be signed in to change notification settings - Fork 362
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add itemProperties
to all CatalogGroups
#5155
Comments
nick: should be done at groupMixin level unless too hard |
this property exists on a few random groups, figure out a way to make this sane |
nanda: group can have different items and need to ensure that traits are applicable to all of htem |
I've read through a lot of groups and my thoughts so far are:Groups that implement terriajs/lib/Models/Catalog/Esri/ArcGisMapServerCatalogGroup.ts Lines 253 to 267 in b359a16
This works well on a per-group basis, but is hard to port to a Mixin (because each group sets not only the properties from Thoughts/ideas:
This is interesting, potentially useful for creating an terriajs/lib/Models/Catalog/Ckan/CkanCatalogGroup.ts Lines 27 to 48 in f809727
|
Closed by #6218 |
itemProperties
should be available for all CatalogGroupsThe text was updated successfully, but these errors were encountered: