1.4.0 • Published 10 months ago
map-glyph-server v1.4.0
map-glyph-server
Server for glyph/font files compatible with mapbox-gl-js
Install
$ npm install --global map-glyph-serverEnvironment
The following environment variables are used by map-glyph-server
MAP_GLYPH_SERVER_FONT_PATH- needs to specify the location of the fonts filesMAP_GLYPH_SERVER_PORT- local port to whichmap-glyph-serverbinds to default: 3060MAP_GLYPH_SERVER_CACHE_MAX_AGE- if specified used as amax-agevalue of theCache-Controlheader when serving font/pbf files (maximum amount of seconds a resource is considered fresh)
/etc/default/map-glyph-server can be used to set environment variables
Usage
Prior to starting the server glyphs should be located in MAP_GLYPH_SERVER_FONT_PATH directory. This can
be achieved using openmaptiles/fonts or a similar utility.
In order to use the fonts edit Style JSON and change the endpoint for glyphs:
"glyphs": "https://fonts.example.com/fonts/{fontstack}/{range}.pbf",License
MIT © Damian Krzeminski