Yep, you can. I am adding layers/styles using REST (java client) and I can use the layer without a geoserver restart.
Concerning your former message: I have the same problem with about 25000 thematic maps. This is too much to generate sql views. Dynamically adding/removing layers & styles and sql views is not the way I would go. On the other side I use the geoserver 2.1 beta in combination with virtual tables. I think having the possibility to use dynamic sql select statements is the best way to go, I have no idea solving the problem with geoserver 2.0. About SLDs. How many different SLDs do you have. In my situation, each thematic map requires its own SLD, so I will have to find a way to generate the SLDs dynamically, depending on the request. I have an idea how to do this but I must examine it first. Cheers Christian Quoting Pedro Briones García <[email protected]>: > Good morning. > > I am new to Geoserver and would appreciate help figuring out if you > can do the following. > > > > I need to know if possible by the REST API (cURL) add a layer in > Geoserver view based on Oracle Spatial, and publish it by WMS To be > available to other users. > > > > I have a web application that based on the user choice, creates a > view (with a field SDO_GEOMETRY) that can be loaded in Geoserver. > Can I programmatically and dynamically build and publish a layer > depending on the choice (Oracle view) made by the user of a web > application? Any examples? > > > > Thanks in advance. > > > > Pedro Briones García > > > > TRAGSATEC > > Gerencia de SIG y Consultoría > > Departamento de Cartografía > > C/ Julián Camarillo 6, Edificio 6B - 2ª Pl. Sector B > > 28037 Madrid > > mailto:[email protected] <mailto:[email protected]> > > Tfno.: +34 91 322 6489 > > > > > > ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. ------------------------------------------------------------------------------ Lotusphere 2011 Register now for Lotusphere 2011 and learn how to connect the dots, take your collaborative environment to the next level, and enter the era of Social Business. http://p.sf.net/sfu/lotusphere-d2d _______________________________________________ Geoserver-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
