Skip to content
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

Clean up LayerOrderingTraits and WorkbenchItem #5164

Closed
nf-s opened this issue Jan 21, 2021 · 1 comment
Closed

Clean up LayerOrderingTraits and WorkbenchItem #5164

nf-s opened this issue Jan 21, 2021 · 1 comment

Comments

@nf-s
Copy link
Contributor

nf-s commented Jan 21, 2021

Random CatalogMembers implement supportsReordering

image

LayerOrderingTraits is missing from some CatalogMembers:

  • EsriMapServer
  • ...

WorkbenchItem interface should be replaced with isLayerOrdering (or something):

lib\Models\Workbench.ts

interface WorkbenchItem extends BaseModel {
  supportsReordering?: boolean;
  keepOnTop?: boolean;
}
@nf-s
Copy link
Contributor Author

nf-s commented Jan 28, 2021

Closed by #5171

@nf-s nf-s closed this as completed Jan 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant