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
If you want to render a HUGE GeoJSON file, it will often crash the browser because of the need to send it to worker and back, which is expensive. We should make it possible to load the data directly to the worker (passing an URL in the GeoJSONSource constructor) and parse it there, avoiding unnecessary data transfers between threads.
If you want to render a HUGE GeoJSON file, it will often crash the browser because of the need to send it to worker and back, which is expensive. We should make it possible to load the data directly to the worker (passing an URL in the
GeoJSONSource
constructor) and parse it there, avoiding unnecessary data transfers between threads.This should solve #669.
The text was updated successfully, but these errors were encountered: