terrestris / docker-geoserver

A basic docker geoserver image with JAI and marlin renderer running on tomcat
22 stars 21 forks source link

feature: Add custom fonts (e.g. for SLD styling) #29

Closed buehner closed 2 years ago

buehner commented 2 years ago

This adds the new feature to add custom fonts (*.ttf files)

By default, the base image only provides 26 fonts. This may not be sufficient if you need custom fonts for SLD styling.

This PR enables the possibility to add custom fonts via a mounted directory.

weskamm commented 2 years ago

:+1: