Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to serve these files using multiple fonts style? #17

Open
jvolker opened this issue Apr 13, 2021 · 1 comment
Open

How to serve these files using multiple fonts style? #17

jvolker opened this issue Apr 13, 2021 · 1 comment

Comments

@jvolker
Copy link

jvolker commented Apr 13, 2021

I'm trying to use the Positron style in an offline map and therefore host fonts and style myself with a local http server.

Using a simple server like http-server to host the font files generated by this project seems to be limited to work with styles that contain only a single font family. With the Positron style, the url {fontstack}/{range}.pbf of the glyphs property gets replaced with Metropolis%20Regular,Noto%20Sans%20Regular/0-255.pbf and fails. And according to the Mapbox documentation {fontstack} is replaced with a comma-separated list.

The Maptiler seems to have this implemented: https://api.maptiler.com/fonts/Metropolis%20Regular,Noto%20Sans%20Regular/0-255.pbf?key={key}

Is there a solution available to this problem? How to translate the output folder of this project to such an API request? What is the expected result by the API?

Thanks.

@chriszrc
Copy link

I can confirm this, if you edit the default positron style to use just Metropolis, the requests for fonts succeed. Any hope of getting this addressed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants