You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
Loading CJK glyphs at the client side enables significantly faster map loads than downloading font packages per query. For example, we can reduce the overall map package from 15mb to 1.5mb using this technique - this is something that many developers/customers in Asia are looking to optimize when adding maps on their mobile apps / websites.
@ChrisLoer implemented CJK loading at client side on GL JS using TinySDF and we are looking to add support on native SDKs for Android and iOS.
Technical lifts
gl-native “core” support for using TinySDF
Android-specific font-loading and configuration
iOS-specific font-loading and configuration.
Per voice with @ChrisLoer, he could tackle the first item, but we are looking for support from the Android and iOS teams for items 2 and 3, respectively. @zugaldia@boundsj
@ChrisLoer please add in any technical details I may be missing.
Summary
Loading CJK glyphs at the client side enables significantly faster map loads than downloading font packages per query. For example, we can reduce the overall map package from 15mb to 1.5mb using this technique - this is something that many developers/customers in Asia are looking to optimize when adding maps on their mobile apps / websites.
@ChrisLoer implemented CJK loading at client side on GL JS using TinySDF and we are looking to add support on native SDKs for Android and iOS.
Technical lifts
Per voice with @ChrisLoer, he could tackle the first item, but we are looking for support from the Android and iOS teams for items 2 and 3, respectively. @zugaldia @boundsj
@ChrisLoer please add in any technical details I may be missing.
cc @mourner
The text was updated successfully, but these errors were encountered: