May 25, 2018. Shuang's team will develop a Leaflet.js Plugin first, then will be integrated to Twittermap to replace the current Plugin leaflet-maskcanvas.
Reference
Currently, using leaflet-maskcanvas to render points for PinMap:
Count ( points ) = 120,000, total memory profile of Chrome = 510MB, Scan array time = 1 ms
Count ( points ) = 480, total memory profile of Chrome = 290MB, Scan array time = 0 ms
Observation: rendering time is not an issue, but the memory is a concern for a large number of points.
Outline
Demo http://vps2.shuangz.com/tmp/pinmap2.html
Plan
Reference
leaflet-maskcanvas
to render points for PinMap:Observation: rendering time is not an issue, but the memory is a concern for a large number of points.