Re: [Geoserver-users] Two layers based in the same PosGis table with different styles

2015-11-03 Thread Jair Santos
ftware Engineer Intelligent Software Solutions, Inc. From: Jair Santos [mailto:jsantos5...@gmail.com] Sent: Tuesday, November 03, 2015 12:27 PM To: 'GeoServer Mailing List List' mailto:geoserver-users@lists.sourceforge.net> > Subject: Re: [Geoserver-users] Two layers based in

Re: [Geoserver-users] Two layers based in the same PosGis table with different styles

2015-11-03 Thread Chris Snider
tware Solutions, Inc. [Description: Description: Description: cid:image001.png@01CA1F1F.CBC93990] From: Jair Santos [mailto:jsantos5...@gmail.com] Sent: Tuesday, November 03, 2015 11:40 AM To: 'GeoServer Mailing List List' Subject: Re: [Geoserver-users] Two layers based in the same PosGi

Re: [Geoserver-users] Two layers based in the same PosGis table with different styles

2015-11-03 Thread Chris Snider
BC93990] From: Jair Santos [mailto:jsantos5...@gmail.com] Sent: Tuesday, November 03, 2015 12:27 PM To: 'GeoServer Mailing List List' Subject: Re: [Geoserver-users] Two layers based in the same PosGis table with different styles Unfortunately it didn’t work. 2015-11-03 11:24:48,861 ERROR

Re: [Geoserver-users] Two layers based in the same PosGis table with different styles

2015-11-03 Thread Jair Santos
ID_ws:BMID_Pipes_Diameter' }, serverType: 'geoserver' }); Chris Snider Senior Software Engineer Intelligent Software Solutions, Inc. From: Jair Santos [mailto:jsantos5...@gmail.com] Sent: Tuesday, November 03, 2015 11:40 AM To: 'GeoServer Mailing List List'

Re: [Geoserver-users] Two layers based in the same PosGis table with different styles

2015-11-03 Thread Jair Santos
:BMID_Pipes_Diameter' }, serverType: 'geoserver' }); Chris Snider Senior Software Engineer Intelligent Software Solutions, Inc. From: Jair Santos [mailto:jsantos5...@gmail.com] Sent: Tuesday, November 03, 2015 11:40 AM To: 'GeoServer Mailing List List' mailto:ge

Re: [Geoserver-users] Two layers based in the same PosGis table with different styles

2015-11-03 Thread Jair Santos
X=-13315941.823503986%2C6437832.270290684%2C-13306157.883883484%2C6447616.209911186 HTTP/1.1" 200 296 As soon as I load one layer only it properly shows up in the map. Any ideas? Thanks. JJ. From: Ian Turton [mailto:ijtur...@gmail.com] Sent: Tuesday, November 03, 201

Re: [Geoserver-users] Two layers based in the same PosGis table with different styles

2015-11-03 Thread Jair Santos
Subject: Re: [Geoserver-users] Two layers based in the same PosGis table with different styles in your creation code do something like: var wms_bmid_pipes_diameter = new ol.source.TileWMS({ url: 'http://foo:8080/geoserver/wms', params: { 'LAYERS': 'bmid_

Re: [Geoserver-users] Two layers based in the same PosGis table with different styles

2015-11-03 Thread Ian Turton
creating the layer. > > > > JJ. > > > > > > > > > > *From:* Ian Turton [mailto:ijtur...@gmail.com] > *Sent:* Tuesday, November 03, 2015 8:25 AM > *To:* Jair Santos > *Cc:* geoserver-users > *Subject:* Re: [Geoserver-users] Two layers based i

Re: [Geoserver-users] Two layers based in the same PosGis table with different styles

2015-11-03 Thread Jair Santos
.com] Sent: Tuesday, November 03, 2015 8:25 AM To: Jair Santos Cc: geoserver-users Subject: Re: [Geoserver-users] Two layers based in the same PosGis table with different styles You can use the republish button to create a second layer from the table, but for your case you just need one layer

Re: [Geoserver-users] Two layers based in the same PosGis table with different styles

2015-11-03 Thread Ian Turton
You can use the republish button to create a second layer from the table, but for your case you just need one layer with two styles - on the layer publishing tab you can add one (or more) additional styles in the list below the default style. Select the style you want and then press the right arrow

Re: [Geoserver-users] Two layers based in the same PosGis table with different styles

2015-11-03 Thread Jody Garnett
So you should do so, simply add the same layer twice. Just be case a table has been published once, does not prevent you from publishing it a second time. This can also be done to publish the same table with different bounds (perhaps because you are telling a different story). Note you can also re

[Geoserver-users] Two layers based in the same PosGis table with different styles

2015-11-03 Thread Jair Santos
Hello all, I need to create a layer that will be based on the same table as another already in Geoserver. They must have different styles though. In order to publish a layer I need to add the table to PosGis from a shape file and it will available to publish in Geoserver. To solve the problem I c