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

Allow to set how much data is "quite a lot" #248

Open
RicoElectrico opened this issue Jun 9, 2016 · 3 comments
Open

Allow to set how much data is "quite a lot" #248

RicoElectrico opened this issue Jun 9, 2016 · 3 comments

Comments

@RicoElectrico
Copy link

For decent PCs 2 or even 10 MB of data on the map is not going to cause serious problems, there may be some lag, but no freezing.

@tyrasd
Copy link
Owner

tyrasd commented Sep 18, 2016

This is true, but it also depends very much on what kind of data is returned: While 10MB of large, complex polygons is typically no problem at all, but 10MB of points may be an issue (because of the large number of created SVG/DOM elements).

But, I admit that a customizable limit does indeed make sense.

@DaveF63
Copy link

DaveF63 commented Sep 30, 2016

Are these requests related to #269?

@tyrasd
Copy link
Owner

tyrasd commented May 9, 2017

suggestion from @bjohas: make this configurable on a per-query basis: e.g. something like {{largeDataWarningLimit:10MB}}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants