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

Layer import : permit to choose default visibility of a new layer #207

Closed
kazemar opened this issue Jun 22, 2021 · 1 comment
Closed

Layer import : permit to choose default visibility of a new layer #207

kazemar opened this issue Jun 22, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@kazemar
Copy link
Contributor

kazemar commented Jun 22, 2021

When I load a new layer, kano will try to show the items. But if the layer is big, my computer won't be able to show all the items, and won't give me the chance to set the properties (like visibility zoom range).

So it would be helpfull to give me the opportunity when loading the layer to directly set the default visibility option (default "on", but can be switched to "off").

@claustres claustres added the enhancement New feature or request label Jun 22, 2021
@claustres
Copy link
Member

The problem is that you cannot really know in advance if you need to hide the layer or not depending on your processing power. From the user point of view it is also not really convenient to load data without any feedback on the screen.

Actually, it would be a workaround to hide the layer when importing just because we know we can save it and it will be processed to generate tiles that can be properly displayed afterwards. We should probably directly provide the user with a feature to upload large datasets and warn him that it needs to be processed in the database before display.

I propose to open a dedicated issue, which is actually linked to kalisio/kdk#80, this will be more explicit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

No branches or pull requests

2 participants