-
Notifications
You must be signed in to change notification settings - Fork 77
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
Lagging of map in full screen due to large parsing of data #208
Labels
Milestone
Comments
ananyaarun
added
enhancement
New feature or request
help wanted
Extra attention is needed
labels
Jun 14, 2019
This was fixed temporarily by adding a zoom-in next to layer name in #202 |
I think this can even be a permanent solution! But it might vary by region
- some areas with /much/ more data than others, you know? I'm so glad you
are working on this. Other layers will also need optimization!
Also - this idea that some layers are only enabled at some range of zoom
levels is (as you prob know) another part of the layer standardization
project. That layers could in their basic options have minZoom and maxZoom
bounds. That could be a way to accomplish this too.
…On Fri, Jun 14, 2019 at 2:35 AM Ananya Arun ***@***.***> wrote:
This was fixed temporarily by adding a zoom-in next to layer name in #202
<#202>
reference - #202 (review)
<#202 (review)>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#208?email_source=notifications&email_token=AAAF6JZP3LJULL5SSPV6X43P2M3YZA5CNFSM4HYE4FNKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODXV3P4A#issuecomment-501987312>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAAF6J3ZL3O5GJP7TXPHPZTP2M3YZANCNFSM4HYE4FNA>
.
|
Sure @jywarren makes sense :) |
So restricting heavy data fetching layer to higher zoom level only? |
Yes, so adding to the #135 metadata that each layer could optionally provide, would be a zoom range that it'd be enabled! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
In some layers, (like osm ) layer loading takes a lot of time (looks like the browser is hanging ) due to huge data being parsed.
A quick fix would be to allow layer loading only at zoom levels by indicating zoom-in in brackets along with the layer name.
But a more stable fix is necessary.
cc- @jywarren
The text was updated successfully, but these errors were encountered: