planetfederal / qgis-suite-plugin

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

WCS Styles Not handled for in QGIS Project #103

Open jj0hns0n opened 10 years ago

jj0hns0n commented 10 years ago

Trying to follow this workflow:

It seems that the layer is added as a WCS layer and then WCS Styles are not handled for in the QGIS project tree.

I was able to work around this by downloading the layer as a tiff, styling that and then publishing, but it would be nice to jsut work against the WCS directly.

volaya commented 10 years ago

Not a bug, it is actually a known limitation. QGIS handles SLD only for vector layers. The plugin has code to do the QGIS->SLD export for raster layers, but not for going the other way round, since that is more complex and we have left that out.

This limitation is documented in the docs