[Geoserver-devel] [JIRA] (GEOS-7942) REST: Retrieve all the layers in a workspace

Emanuele Tajariol created an issue

GeoServer / ImprovementGEOS-7942

REST: Retrieve all the layers in a workspace

Issue Type:

ImprovementImprovement

Assignee:

Unassigned

Components:

REST

Created:

23/Jan/17 12:08 PM

Priority:

MediumMedium

Reporter:

Emanuele Tajariol

No way at the moment to retrieve all the layers in a workspace.

Retrieving all the layers and then performing the filtering client side won’t work, as of:

The only way at the moment is:

  1. find all stores in a workspace
  2. for each store, find all resources
    which is not an optimal procedure.

It would be nice to have a REST operation which, given a workspace, would return all the layers in it. The linked tickets already contain some comments about this topic.
Main concern is about how to map this operation in a REST path without breaking backward compatibility.

Add Comment

Add Comment

This message was sent by Atlassian JIRA (v1000.695.3#100025-sha1:c635a15)

Atlassian logo