geotrellis / geotrellis-server

Tools for building raster processing and display services
Apache License 2.0
73 stars 24 forks source link

Ability to add an abstract for each layer and for wms services #393

Open Marc-AndreDaviault opened 2 years ago

Marc-AndreDaviault commented 2 years ago

In the conf file, the tag 'description' is not working for the service-metadata and for layers even if it's allowed by the WMS spec.

wms = {
    ... 
    service-metadata = {
        name = "WMS"
        description = " "   # not working 
    ...         
layers = {
    layer_name = {
        description = " "   # not working