Re: [Geoserver-users] How to change the default style of a layer?

2015-07-03 Thread Wondimagegn Tesfaye
I got a solution for the problem of slow loading. There were over 88,000 rows in postgres table and the sld style had to create range for the values. So I did the categorization in the table and now it works as fast as I want. The only issue remaining is the disappearance of the layer on default z

Re: [Geoserver-users] Geoserver and ecw raster formats

2015-07-03 Thread tilia
Just to say that Geoserver still fails to show non-default raster sources despite my best efforts and the detailed advice from Daniele (thanks for your patience BTW). All paths and environmental variables are correct and all the required jar files in geoserver\WEB-INF\lib My problem seems similar t

Re: [Geoserver-users] Barnes surface generation

2015-07-03 Thread Jody Garnett
I would continue to use ramp, but make your colors closer together visually so it is less sharp visually? The generation of the surface is independent on how you style it with a raster symbolizer... -- Jody Garnett On 2 July 2015 at 03:27, Franco Minutiello wrote: > Hello everyone, > > I'm tr

Re: [Geoserver-users] Geoserver-users Digest, Vol 110, Issue 18

2015-07-03 Thread Miguel A. Manso
On 3 de julio de 2015 14:45:42 GMT+02:00, geoserver-users-requ...@lists.sourceforge.net wrote: >Send Geoserver-users mailing list submissions to > geoserver-users@lists.sourceforge.net > >To subscribe or unsubscribe via the World Wide Web, visit > https://lists.sourceforge.net/lists/li

Re: [Geoserver-users] SQL Server

2015-07-03 Thread jair santos
Hi Ian, I apologize, I found it now. Thank you. >Which docs are broken? The ones at >http://docs.geoserver.org/stable/en/user/data/database/sqlserver.html#sqlserver-install > all seem to work for me. Ian --

Re: [Geoserver-users] SQL Server

2015-07-03 Thread Ian Turton
Which docs are broken? The ones at http://docs.geoserver.org/stable/en/user/data/database/sqlserver.html#sqlserver-install all seem to work for me. Ian On Fri, Jul 3, 2015 at 3:52 PM jair santos wrote: > > Thank you Ian. It is good to know for sure. > > > I am not able to find the SQL Server ex

Re: [Geoserver-users] SQL Server

2015-07-03 Thread jair santos
Thank you Ian. It is good to know for sure. I am not able to find the SQL Server extension though. The links in the docs are broken. JJ The Jenkins server tests against SQLServer 2014 so yes it is supported, the only issue I know of is that you can't use the open source JDTS d

Re: [Geoserver-users] Problem about GDAL extension with Geoserver 2.7.1

2015-07-03 Thread Daniele Romagnoli
Hi, Your logs are reporting that the native library loading failed: Jul 03, 2015 11:08:34 AM it.geosolutions.imageio.gdalframework.GDALUtilities loadGDAL WARNING: Failed to load the GDAL native libs. This is not a problem unless you need to use the GDAL plugins: they won't be enabled. java.lang.Un

Re: [Geoserver-users] How to change the default style of a layer?

2015-07-03 Thread Wondimagegn Tesfaye
Thank you very much Stefano. It works now!! I am glad but there are two more issues. One is, the layer loads very very slowly as compared to the one that loads with the default Polygon style or another layer that I manually set the style for. The other issue is the layer only shows when zoomed in

Re: [Geoserver-users] How to change the default style of a layer?

2015-07-03 Thread Stefano Costa
Hi again, yes, now I see you have instad of in your XML (no final 's')... that's for sure a problem. --S Il giorno ven, 03/07/2015 alle 15.10 +0300, Wondimagegn Tesfaye ha scritto: > Hello Stefano, > > > I again tried with your suggestion but it is not working still. Below > is the log. >

Re: [Geoserver-users] How to change the default style of a layer?

2015-07-03 Thread Wondimagegn Tesfaye
Hello Stefano, I again tried with your suggestion but it is not working still. Below is the log. 2015-07-03 15:06:57,451 INFO [geoserver.filters] - 0:0:0:0:0:0:0:1 "GET /geoserver/web/?wicket:bookmarkablePage=:org.geoserver.web.admin.LogPage&lines=1000" took 71ms 2015-07-03 15:07:16,319 INFO [geo

Re: [Geoserver-users] How to change the default style of a layer?

2015-07-03 Thread Stefano Costa
Hi, could you please share the error you get from the server? Other things you could try: 1) don't set 'Content-Length' header I don't think it's necessary 2) comment line "curl_setopt($ch, CURLOPT_HEADER, false);" 3) don't wrap $data into a call to http_build_query(), just use it as it is Let us

Re: [Geoserver-users] How to change the default style of a layer?

2015-07-03 Thread Wondimagegn Tesfaye
To be clearer on what I want to achieve, I have already created the style and I just want to replace the default "Polygon" style with "my_style". On Fri, Jul 3, 2015 at 12:36 PM, Wondimagegn Tesfaye wrote: > Thank you Stano, > > I followed your instruction modified the code but it is still not

Re: [Geoserver-users] ImageMosaic custom CRS GeoTIFF strange handling

2015-07-03 Thread Maciej Filocha
I forgot to add a link to the indexer file in my previous e-mail: http://geo.nebula.grid.icm.edu.pl/tmp/indexer.xml M. -- Don't Limit Your Business. Reach for the Cloud. GigeNET's Cloud Solutions provide you with the too

Re: [Geoserver-users] How to change the default style of a layer?

2015-07-03 Thread Wondimagegn Tesfaye
Thank you Stano, I followed your instruction modified the code but it is still not working. my_style my_workspace true']; $ch = curl_init(); curl_setopt($ch, CURLOPT_URL,('http://192.168.0.9:8080/geoserver/rest/layers/my_layer.xml') ); curl_setopt($ch, CURLOPT_USERPWD, "ad

Re: [Geoserver-users] How to change the default style of a layer?

2015-07-03 Thread Stefano Costa
Hi, although I'm no expert on PHP at all, I can see two issues with your code: 1) looks like you're making a POST, non a PUT request. See http://www.lornajane.net/posts/2009/putting-data-fields-with-php-curl for an example. 2) your URL seems wrong: it should be in the form http://192.168.0.89:808

Re: [Geoserver-users] How to change the default style of a layer?

2015-07-03 Thread Wondimagegn Tesfaye
I managed to take out the php code from the warpper class but it is still not working. Here is the code. my_style my_workspace true'; $ch = curl_init(); curl_setopt($ch, CURLOPT_URL,('http://192.168.0.89:8080/geoserver/rest/layers/my_workspace:my_style') ); curl_setopt($ch

[Geoserver-users] ImageMosaic custom CRS GeoTIFF strange handling

2015-07-03 Thread Maciej Filocha
Hello again, I see some inconsistency (a bug?) in a way Geoserver handles GeoTIFF files with custom coordinate reference system. See example file (CRS definition at the end of my e-mail): http://geo.nebula.grid.icm.edu.pl/tmp/wrf_d02_T2_201504040600_001crs.tiff In case you import it directly

Re: [Geoserver-users] SQL Server

2015-07-03 Thread Ian Turton
The Jenkins server tests against SQLServer 2014 so yes it is supported, the only issue I know of is that you can't use the open source JDTS driver with 2014 (yet). Ian On Thu, Jul 2, 2015 at 10:27 PM jair santos wrote: > Does anybody knows if SQL Server 2014 is supported by Geoserver SQL Server

Re: [Geoserver-users] Problem about GDAL extension with Geoserver 2.7.1

2015-07-03 Thread Daniele Romagnoli
Hi again, I'm keeping the mailing list in the loop so that other people can provide additional feedbacks or share solutions in case they already had same issue. Do you have any chance to raise the logging level (maybe VERBOSE) and share the logs starting from GeoServer startup? Wondering if we can