July 2022 Summaries
3 posts from Mapbox
Filter
Month:
Year:
Post Summaries
Back to Blog
The article provides a detailed explanation of how Mapbox creates animated videos showcasing the stages of the Tour de France, employing sophisticated camera movements, satellite imagery, and 3D terrain to enhance the viewer's experience of the cyclists' elevation changes and distances. The process begins with a geoJSON LineString representing the route, which is revealed incrementally to depict progress over time using the browser's requestAnimationFrame() method and a paint property called line-gradient. The camera follows the route using turf.js and trigonometry, with adjustments to position, altitude, pitch, and bearing to create a cinematic effect, while linear interpolation (lerp) smooths the camera movements. The animation starts with a zoom-in from a high altitude and transitions to a custom camera function for a seamless view. Videos are exported using the mp4-encoder library, with dimensions adjusted for specific platforms, and the final output is compressed and edited by the web design team before being published on social media. The code is available in Mapbox's impact tools repository on GitHub, inviting users to experiment and share their projects.
Jul 26, 2022
1,044 words in the original blog post.
Travel marketers are encouraged to consider the importance of offline mobile applications to enhance customer loyalty and engagement. While mobile data is crucial for reliable travel experiences, it often incurs high costs and may not always be available, which can deter travelers from staying connected. By providing offline functionality in mobile apps, travel brands can offer seamless experiences regardless of connectivity, thus reducing reliance on mobile data and enhancing user satisfaction. Offline features such as reliable navigation and mapping, made possible through tools like Mapbox Maps SDK and Navigation SDKs, ensure travelers have access to essential information without data usage, reducing stress and battery drain. This approach not only mitigates the challenges of roaming fees and connectivity issues but also strengthens brand loyalty by positioning the app as a dependable travel companion, fostering long-term customer relationships.
Jul 19, 2022
971 words in the original blog post.
Navigating the choice between brick-and-mortar and e-commerce marketplaces involves understanding that each offers distinct advantages, and an effective strategy often combines both. While e-commerce provides convenience and a broader reach, allowing consumers to view complete product ranges and promotions from home, brick-and-mortar stores offer tangible experiences, immediate purchases, and face-to-face interactions that digital platforms cannot replicate. The COVID-19 pandemic accelerated digital transformations, significantly boosting e-commerce growth, yet post-pandemic data indicates a resurgence in physical store shopping, suggesting a balance between the two modalities. An omnichannel approach, which integrates online and offline experiences, has emerged as the most effective strategy, with innovations such as buy-online-pick-up-in-store bridging the gap. This strategy enhances customer satisfaction by offering the convenience of online shopping with the immediacy and sensory engagement of in-store experiences. Tools like Mapbox's location platform can further optimize this approach by enhancing customer navigation and streamlining online transactions, ultimately fostering customer loyalty and improving sales outcomes.
Jul 07, 2022
1,404 words in the original blog post.