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
I have installed tileserver-gl-light via npm and have it running on port 4200. Everything works fine serving data from localhost:4200 for my web app on localhost:8080.
However, once I use "text-field" in one of my layers in my app like:
'layout': {
'text-field': '{reg}'
...
I get the following error:
The text was updated successfully, but these errors were encountered:
Actually this does not seem to be a bug, but due to the fact that mapbox-gl js uses ["Open Sans Regular","Arial Unicode MS Regular"] as default text-font. This returns a "Font not allowed: Arial Unicode MS Regular"-Error. If I get rid of "Arial Unicode MS Regular" in my client, everything works fine for displaying numbers. Do I loose any characters getting rid of "Arial Unicode MS Regular"?
I have installed tileserver-gl-light via npm and have it running on port 4200. Everything works fine serving data from localhost:4200 for my web app on localhost:8080.
However, once I use "text-field" in one of my layers in my app like:
I get the following error:
The text was updated successfully, but these errors were encountered: