Re: [Geoserver-users] how to create layers automatically

2011-11-02 Thread David Winslow
Don't forget gsconfig.py for Python scripting: http://dwins.github.com/gsconfig.py/ https://github.com/dwins/gsconfig.py/ On Wed, Nov 2, 2011 at 8:36 AM, Markus Innerebner < markus.innereb...@inf.unibz.it> wrote: > On Wed, 2011-11-02 at 10:48 +0100, Simone Giannecchini wrote: > > Ciao Markus, >

Re: [Geoserver-users] how to create layers automatically

2011-11-02 Thread Markus Innerebner
On Wed, 2011-11-02 at 10:48 +0100, Simone Giannecchini wrote: > Ciao Markus, > I would check this as well: > > http://code.google.com/p/geoserver-manager/ thanks, it looks like this project is similar to gsrcj. So I can use either gsrcj or geoserver-manager. regards > > > Regards, > Simon

Re: [Geoserver-users] how to create layers automatically

2011-11-02 Thread Simone Giannecchini
Ciao Markus, I would check this as well: http://code.google.com/p/geoserver-manager/ Regards, Simone Giannecchini --- Ing. Simone Giannecchini GeoSolutions S.A.S. Founder Via Poggio alle Viti 1187 55054  Massarosa (LU) Italy phone: +39 0584 9

Re: [Geoserver-users] how to create layers automatically

2011-11-02 Thread Markus Innerebner
Hi Andrea > Do you mean logging in and out of GeoServer or an external > application? > If it's an external application you should look into "rest > configuration": > http://docs.geoserver.org/stable/en/user/restconfig/rest-config-api.html Yes I meant an external application. REST is that what

Re: [Geoserver-users] how to create layers automatically

2011-10-27 Thread John Koehring
: geoserver-users Subject: [Geoserver-users] how to create layers automatically HI all until now I used the Geoserver Webapplication GUI to create and configure my layers. Now I need to create layers automatically, since my application needs to create for each logged in user separate layers in

Re: [Geoserver-users] how to create layers automatically

2011-10-27 Thread Andrea Aime
On Thu, Oct 27, 2011 at 4:15 PM, Markus Innerebner < markus.innereb...@inf.unibz.it> wrote: > HI all > > until now I used the Geoserver Webapplication GUI to create and > configure my layers. > > Now I need to create layers automatically, since my application needs to > create for each logged in u

[Geoserver-users] how to create layers automatically

2011-10-27 Thread Markus Innerebner
HI all until now I used the Geoserver Webapplication GUI to create and configure my layers. Now I need to create layers automatically, since my application needs to create for each logged in user separate layers in Geoserver, which are created during the login and again deleted when logging out.