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 Oct 7, 2024. It is now read-only.
In our app, we need to download an Offline region and later in the app we need to use "Roboto Medium" as a font on a dynamic symbol layer.
Currently there is no documentation on how it can be done to add Roboto Medium to the offlineManager, so it is ready to display when there is no internet later in the app.
We are using the mapbox-light-v10 style.
I tried to add a style JSON from a hosted URL to the OfflineTilePyramidRegionDefinition, but it either gives back 405, or 410 errors. There are no usable documentations on how to properly set up a json style, so what I could gather from here and there it looks like this: I am unsure about version code, and the glyph font usage, and I don't know why we need to define a layer, but it seems so random to add "water". We need a complete map (Style.LIGHT), just with Roboto Medium as an offline-available font.
In our app, we need to download an Offline region and later in the app we need to use "Roboto Medium" as a font on a dynamic symbol layer.
Currently there is no documentation on how it can be done to add Roboto Medium to the offlineManager, so it is ready to display when there is no internet later in the app.
We are using the mapbox-light-v10 style.
I tried to add a style JSON from a hosted URL to the OfflineTilePyramidRegionDefinition, but it either gives back 405, or 410 errors. There are no usable documentations on how to properly set up a json style, so what I could gather from here and there it looks like this: I am unsure about version code, and the glyph font usage, and I don't know why we need to define a layer, but it seems so random to add "water". We need a complete map (Style.LIGHT), just with Roboto Medium as an offline-available font.
And the other problem is, that there are some tickets around this, but all of them were closed.
The text was updated successfully, but these errors were encountered: