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

Lagging of map in full screen due to large parsing of data #208

Closed
ananyaarun opened this issue Jun 14, 2019 · 5 comments · Fixed by #255
Closed

Lagging of map in full screen due to large parsing of data #208

ananyaarun opened this issue Jun 14, 2019 · 5 comments · Fixed by #255
Labels
enhancement New feature or request help wanted Extra attention is needed
Milestone

Comments

@ananyaarun
Copy link
Member

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

@ananyaarun ananyaarun added enhancement New feature or request help wanted Extra attention is needed labels Jun 14, 2019
@ananyaarun
Copy link
Member Author

This was fixed temporarily by adding a zoom-in next to layer name in #202
reference - #202 (review)

@jywarren
Copy link
Member

jywarren commented Jun 19, 2019 via email

@ananyaarun
Copy link
Member Author

Sure @jywarren makes sense :)

@jywarren jywarren added this to the v1.0 milestone Jul 8, 2019
@sagarpreet-chadha
Copy link
Collaborator

So restricting heavy data fetching layer to higher zoom level only?

@jywarren
Copy link
Member

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
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
3 participants