Closed stmitt closed 7 months ago
The recent updates strengthen font handling in the vector symbol component of a 2D tiled map, enhancing error management and logging for font loading issues. Version 2.0.6 of Open Mobile Maps now throws exceptions when fonts fail to load, improving application stability and user experience.
File Path | Summary of Changes |
---|---|
.../map/layers/tiled/vector/symbol/...cpp |
Added ExceptionLogger.h , initialized fontResult to nullptr , enhanced font loading error handling |
android/gradle.properties |
Updated version name and code from 2.0.5 to 2.0.6 |
ios/readme.md |
Updated dependency version for Open Mobile Maps in Swift package setup to 2.0.6 |
shared/src/MapsCoreSharedModule.cpp |
Updated version number returned by MapsCoreSharedModule::version() to "2.0.6" |
🐇✨
In the realm of code, where symbols dance,
A rabbit hopped, taking a glance.
"Ah, fonts!" it squeaked, with a twirl,
"Now safer they load, in this digital world."
With each line woven, so clever and bold,
A tale of resilience, silently told.
🌟🌿
CHANGELOG.md (1)
`11-11`: Consider using "cannot" instead of "can not" for better readability. ```diff - log exception when a font can not be loaded + log exception when a font cannot be loaded ```
Summary by CodeRabbit
New Features
Documentation
Chores