mxp.plugins.GWCTileCacheManage - geosolutions-it/MapStore GitHub Wiki

Needed Files

In order to use this plugin you need to include this files in the build.cfg:

  • src/mxp/plugins/GWCTileCacheManager.js and its dependencies

NOTE: In the default configuration these files are present.

Plugin description

This plugin allow to list the GWC layers on a GeoServer instance and to truncate them.

Configuration Example

You can configure it adding this plugin with this configuration:

    { 
        "ptype": "mxp_gwc_manager",
        "GWCRestURL": "http://localhost/geoserver/gwc/rest/",
        "actionTarget":{
             "target": "north.tbar",
             "index": 4
            }
    }

The only parameters is:

  • GWCRestURL: the URL of the GeoWebCache REST endpoint

All the REST requests will be done using the logged user authentication credentials