October 2017 Summaries
2 posts from Mapbox
Filter
Month:
Year:
Post Summaries
Back to Blog
Mapbox GL JS 0.41 introduces heatmaps, a visually engaging method for exploring large point datasets by using color gradients to represent data density within a particular area. These heatmaps, which are rendered at 60 fps, allow users to smoothly pan and zoom through massive datasets, highlighting clusters of points with customizable style properties such as radius, color, intensity, weight, and opacity. The heatmap design relies on a 2D kernel density estimation using a Gaussian kernel, where each point influences surrounding areas based on its density, which is then translated into colors. By leveraging OpenGL, Mapbox GL efficiently processes data by drawing kernels into an offscreen texture and colorizing them, optimizing performance through techniques such as texture downscaling and additive blending. Unlike other platforms that rely on server-side static image tiles, Mapbox GL's approach allows real-time interactivity and customization of heatmap features, and users can integrate additional capabilities like clustering and data-driven styling for enhanced data visualization.
Oct 30, 2017
1,000 words in the original blog post.
Mapbox has secured a $164 million Series C funding round led by the SoftBank Vision Fund, with participation from Foundry Group, DFJ Growth, DBL, and Thrive. This investment will accelerate Mapbox's efforts in developing an automotive unit focused on in-car navigation and autonomous driving, expanding its AR/VR/Gaming platform by growing the Unity Maps SDK team, and advancing its global presence in Southeast Asia, China, and Europe. The company emphasizes the importance of real-time location data and its transformational impact across industries, with success measured by developer traction and the network effect of their services, which process over 200 million miles of anonymized sensor data daily for continuous updates. Mapbox is committed to building technology that enables developers to create innovative applications, with their platform's success closely tied to the achievements of their users.
Oct 10, 2017
758 words in the original blog post.