Re: [Geoserver-users] FW: Re: Change WMS SLD Through OpenLayers

2011-01-20 Thread IT Intern
Thanks so much Joshua! This really did work and I would have never thought of having to put *file://* before the system path :p It turns out that I was doing a couple of other things wrong, I knew this because after I followed your suggestion, I got no more errors :D, but my sld wasn't changing.

Re: [Geoserver-users] FW: Re: Change WMS SLD Through OpenLayers

2011-01-19 Thread Joshua M. Thompson
On Wed, Jan 19, 2011 at 5:16 PM, IT Intern wrote: > Thank you Joshua, but still nothing :( > > I have tried: >  /usr/local/geoserver-2.0.2/data_dir/www/tibet_1900.sld > ./tibet_1900.sld > tibet_1900.sld > tibet_1900 > > With all of these I get the msg "Java.net.MalformedURLException: no > protocol

Re: [Geoserver-users] FW: Re: Change WMS SLD Through OpenLayers

2011-01-19 Thread IT Intern
Thank you Joshua, but still nothing :( I have tried: /usr/local/geoserver-2.0.2/data_dir/www/tibet_1900.sld ./tibet_1900.sld tibet_1900.sld tibet_1900 With all of these I get the msg "Java.net.MalformedURLException: no protocol: tibet_1900 no protocol: tibet_1900" Seems like it does want a URL.

Re: [Geoserver-users] FW: Re: Change WMS SLD Through OpenLayers

2011-01-19 Thread Joshua M. Thompson
On Wed, Jan 19, 2011 at 12:12 PM, IT Intern wrote: > Thanks for your response Joshua.  I just tried that and got back "no > validation errors".  Could it be that my SLD should be in a certain place or > something?  I currently have both the .xml and .sld files in my www > directory... I think I m

Re: [Geoserver-users] FW: Re: Change WMS SLD Through OpenLayers

2011-01-19 Thread IT Intern
Thanks for your response Joshua. I just tried that and got back "no validation errors". Could it be that my SLD should be in a certain place or something? I currently have both the .xml and .sld files in my www directory... Thanks, elshae On Wed, Jan 19, 2011 at 11:09 AM, Joshua M. Thompson <

Re: [Geoserver-users] FW: Re: Change WMS SLD Through OpenLayers

2011-01-19 Thread Joshua M. Thompson
On Tue, Jan 18, 2011 at 12:59 PM, IT Intern wrote: > Thanks for the feedback Joshua.  I added your corrections and still no luck > :-/ > > I am going to assume my issue could be with the line: > >     cite:tibet_1900_no_names > > But what could it be?  This is the name of the layer I want the SLD

Re: [Geoserver-users] FW: Re: Change WMS SLD Through OpenLayers

2011-01-18 Thread IT Intern
Thanks for the feedback Joshua. I added your corrections and still no luck :-/ I am going to assume my issue could be with the line: cite:tibet_1900_no_names But what could it be? This is the name of the layer I want the SLD to apply to... Thanks, elshae On Tue, Jan 18, 2011 at 12:45 PM

Re: [Geoserver-users] FW: Re: Change WMS SLD Through OpenLayers

2011-01-18 Thread Joshua M. Thompson
On Tue, Jan 18, 2011 at 9:56 AM, IT Intern wrote: > I thank you for your response Anders, but unfortunately I am still getting > the same error after I follow your suggestions.  My error seems to be > something with the SLD not knowing which layer it is intended for as the > error I get says "SLD

Re: [Geoserver-users] FW: Re: Change WMS SLD Through OpenLayers

2011-01-18 Thread IT Intern
I thank you for your response Anders, but unfortunately I am still getting the same error after I follow your suggestions. My error seems to be something with the SLD not knowing which layer it is intended for as the error I get says "SLD document does not contain layers". This is important for m