You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 5, 2022. It is now read-only.
My thoughts would be to send a truncated response. Are you familiar with the rendering limits of leaflet? I haven't ran into any yet, but I don't often run massive queries.
AFAIK "thousands" of elements on the map is when leaflet will start to chug. Not sure if truncation is the right approach, I think it should either give you what you asked for or not.
What should the app do if the request is too big (so much returned that rendering it in leaflet will be problematic).
Should it just be a row limit with a message saying the response is truncated, or should the API not send anything if it's going to be too big?
The text was updated successfully, but these errors were encountered: