vizicities
vizicities copied to clipboard
Use importScripts() to load features JSON into Web Workers
Currently, Web Workers are slow on load as feature JSON is passed between threads via postMessage(). Performance should be improved dramatically by loading the JSON within the worker using importScripts().