systemed / tilemaker

Make OpenStreetMap vector tiles without the stack
https://tilemaker.org/
Other
1.42k stars 228 forks source link

Font Problem #637

Closed Cactustory closed 7 months ago

Cactustory commented 7 months ago

My rendered tiles have Persian names and they are shown incorrectly. How can I get the required fonts?

image

systemed commented 7 months ago

Rendering is not really within tilemaker's scope - it just produces the tiles. I don't know what the Persian fonts should look like but this Maplibre example is probably what you want: https://maplibre.org/maplibre-gl-js/docs/examples/mapbox-gl-rtl-text/

Cactustory commented 7 months ago

Its correct now and its right to left but some of the characters are missing. For example "تهران" in my rendered vector is "تهرا" image

systemed commented 7 months ago

https://github.com/openmaptiles/openmaptiles/issues/194 might be relevant. But the tilemaker project really is about creating tiles rather than rendering them so I can't help any more here, I'm afraid.