geoserver-cloud icon indicating copy to clipboard operation
geoserver-cloud copied to clipboard

Make wfs/wms enabled output formats configurable

Open groldan opened this issue 4 years ago • 1 comments

Don't quite remember off the top of my head how that's done in vanilla GeoServer, so throwing this up as an idea here. Just as the enabled web components are configurable through webui-service's config properties, the enabled output formats should be.

groldan avatar Sep 06 '20 03:09 groldan

I mean something like this: https://github.com/camptocamp/geoserver-microservices/blob/11ed77dc/config/web-ui.yml#L26

  web-ui:
    # Theese are all default values, here just for reference. You can omit them and add only the ones to disable or further configure
    security.enabled: true
    wfs.enabled: true
    wms.enabled: true
    wcs.enabled: true
    wps.enabled: true
    gwc.enabled: false # not ready yet
    demos:
      enabled: true
      wps-request-builder: true
      wcs-request-builder: true
      demo-requests: true
      srs-list: true
      reprojection-console: true
      layer-preview-page:
        enabled: true
        common-formats:
          open-layers: true
          gml: true
          kml: true
    tools:
      enabled: true
      resource-browser: true
      catalog-bulk-load: true

groldan avatar Sep 06 '20 03:09 groldan

done upstream in the gui

groldan avatar Jan 08 '24 15:01 groldan