Overv / openstreetmap-tile-server

Docker file for a minimal effort OpenStreetMap tile server
Apache License 2.0
1.23k stars 486 forks source link

Missing Fonts #303

Closed galewis2 closed 2 years ago

galewis2 commented 2 years ago

I'm getting some bad renderings (should've recorded the exact tiles...), it appears some fonts are missing when I did the Ubuntu base image upgrade:

Listed below are all the messages I get back about Mapnik missing fonts. Some are normal, but the highlighted ones aren't.

v2.1.0: HanaMinA Regular HanaMinB Regular Noto Emoji Regular Noto Sans CJK JP Bold Noto Sans CJK JP Regular Noto Sans Syriac Eastern Regular Noto Sans Tibetan Bold Noto Sans Tibetan Regular Unifont Medium Unifont Upper Medium unifont Medium

v1.8.2 HanaMinA Regular HanaMinB Regular Noto Emoji Regular Noto Sans Balinese Regular Noto Sans Syriac Eastern Regular unifont Medium

galewis2 commented 2 years ago

I've isolated why the HanaMin* ones are missing, and also why the CJKs ones are too. Expect a PR shortly

Only missing the following now:

Noto Sans Syriac Eastern Regular Noto Sans Tibetan Bold Noto Sans Tibetan Regular Unifont Medium Unifont Upper Medium

galewis2 commented 2 years ago

Ahh, looks like openstreetmap-carto is ahead of me on this one: https://github.com/gravitystorm/openstreetmap-carto/pull/4606

https://github.com/gravitystorm/openstreetmap-carto/issues/4610