Hi,

Can someone please help me with the creation of layergroups?

I got an error 500 if I send the following json:

{
  "layerGroup" : {
    "name" : "my-first-layergroup",
    "mode" : "NAMED",
    "title" : "my first layergroup",
    "abstractTxt" : "my first layergroup",
    "workspace" : {
      "name" : "my-workspace"
    },
    "publishables": {
      "published": [
        {
          "enabled" : "true",
          "name" : " my-workspace:my-layer_1"
        },
        {
          "enabled" : "true",
          "name" : " my-workspace:my-layer_2"
        }
      ]
    }
  }
}


The layers should be displayed with their default style and are located in a 
workspace.
The layer names are only unique within their workspace.


Kind regards,
RĂ¼diger

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to