planetfederal / qgis-suite-plugin

GNU General Public License v2.0
25 stars 17 forks source link

Namespaces not supported for layers through REST API #16

Open volaya opened 11 years ago

volaya commented 11 years ago

When a new resource is created into a workspace x, a layer in that workspace is created. Hwever, the REST API lists all layers together, ignoring namespaces, so in practice x:layer and y:layer will be listed as "layer".

GWC uses the full qualified name, which is likely to cause confussion and problems