gxp.LayerUploadPanel¶
- class gxp.LayerUploadPanel(config)¶
A panel for uploading new layer data to GeoServer.
Config Options¶
Configuration properties in addition to those listed for Ext.FormPanel.
- url
String URL for GeoServer RESTConfig root. E.g. “http://example.com/geoserver/rest”.
- validFileExtensions
Array List of valid file extensions. These will be used in validating the file input value. Default is [".zip", ".tif", ".tiff", ".gz", ".tar.bz2", ".tar", ".tgz", ".tbz2"].