Improved font serving
This commit is contained in:
@@ -25,7 +25,8 @@ Example::
|
||||
"pngQuantization": false,
|
||||
"png": 90
|
||||
},
|
||||
"maxSize": 2048
|
||||
"maxSize": 2048,
|
||||
"serveAllFonts": false
|
||||
},
|
||||
"styles": {
|
||||
"basic": {
|
||||
|
||||
@@ -60,3 +60,7 @@ Source data
|
||||
TileJSON arrays
|
||||
===============
|
||||
Array of all TileJSONs is at ``/index.json`` (``/rendered.json``; ``/data.json``)
|
||||
|
||||
List of available fonts
|
||||
=======================
|
||||
Array of names of the available fonts is at ``/fontstacks.json``
|
||||
|
||||
Reference in New Issue
Block a user