maptiler / tileserver-php

MBTiles and MapTiler folder hosting with TileJSON, OGC WMTS, UTFGrid interaction and web interface. QGIS & ESRI ArcGIS compatible. Runs on any Apache+PHP webhosting. MapBox Studio Vector Tiles hosting.
http://tileserver.maptiler.com/
567 stars 164 forks source link

Tifinagh font is not supported ? #77

Closed nouryf closed 8 years ago

nouryf commented 8 years ago

Hi,

I used the mbtiles available here: https://osm2vectortiles-downloads.os.zhdk.cloud.switch.ch/v1.0/extracts/morocco.mbtiles

Some POI have in their name 'Tifinagh' language. If zoomed in enough to start seeing cities and town, some of them will have their label displayed in 'French Tifinagh and Arabic'. The tifinagh part is displayed as squares. I assume Tifinagh font may not be supported here ?

I used the OSM bright style: https://github.com/mapbox/mapbox-studio-osm-bright.tm2

Thanks

klokan commented 8 years ago

TileServer serves vector .pbf map tiles. Fonts are served by your application. You can use any font you want with MapBox GL JS - if you serve it correctly as glyphs. https://github.com/klokantech/osm2vectortiles-gl-styles

We can assist you with the setup of your map styles with custom fonts as part of one-to-one commercial support. Please use: https://sites.fastspring.com/klokantech/instant/support

This is not a bug of TileServer-PHP. Closing.