Open
Description
As tabular data is not spatial and not available via GWC. GeoServer is throwing exceptions when requesting GeoWebCache REST API:
geoserver4geonode_datapackage | 14 Jun 11:15:25 ERROR [geoserver.rest] - Unknown layer: geonode:horizon_data
geoserver4geonode_datapackage | org.geowebcache.rest.exception.RestException 404 NOT_FOUND: Unknown layer: geonode:horizon_data
geoserver4geonode_datapackage | at org.geowebcache.rest.controller.GWCController.findTileLayer(GWCController.java:45)
GeoNode tries to create WMS thumbs (see this issue) , e.g.
- thumbs/thumbnails.py: create_thumbnail()
GenericWMSBackground: fetch()is not imported anywhere (in the code there are some hints to Slippy Maps -- not sure, but I have the impression, this is some legacy code here)