Re: [Geoserver-users] Image Mosaic JDBC single band raster losing data values

2013-11-05 Thread nroberts
Attaching a slighly better patch (ArrayOutOfBoundsException in fixed on zoom out) 32bit_raster-patch2.patch nroberts wrote > Hi Cristian, > > the patch for the hack is attached. > 32bit_raster.patch >

Re: [Geoserver-users] Image Mosaic JDBC single band raster losing data values

2013-11-05 Thread nroberts
Hi Cristian, the patch for the hack is attached. 32bit_raster.patch I did update my test raster to explicitely set noDataValue. This patch only works for 32bit Integer rasters at the moment. Also, there are some problem

[Geoserver-users] HeatMap and tiles maps

2013-11-05 Thread osullivj
Hi I would like to use geowebcache behind my heatmap transformed data but it looks like it is not possible. I get a similar effect to that outlined in http://gis.stackexchange.com/questions/56697/wms-bounded-overlay-with-openlayers-and-geoserver basically that the tiles are disjointed http://i.sta

Re: [Geoserver-users] raster rendered issue when upgrading from 2.4RC1 to 2.4.1

2013-11-05 Thread Simone Giannecchini
Ciao John, this should not happen unless you manulally dumped the gdal-geotiff jar from imageio-ext yourself into GeoServer. That file is not part the gdal extension ( I checked :) ). I would do this, I would remove that JAR from geoserver and change this one line in the mosaics properties: Sug

[Geoserver-users] Layer Preview triggers 62 console WARN "Unable to find property" messages.

2013-11-05 Thread David Gaarsoe
First: geoserver works (duh) and works for me. However its console logging is disturbing. Should I be disturbed? I see 62 WARN level "Unable to find property" log entries (on console) upon clicking "Layer Preview" from the /geoserver home page. MSWindows 7, JDK 1.6 or 1.7 (take your pick), ge

[Geoserver-users] raster rendered issue when upgrading from 2.4RC1 to 2.4.1

2013-11-05 Thread John Callahan
I believe the problem is fixed but wanted to describe it to the list in case an alternate fix would have been more appropriate. I am serving raster data using both the ImagePyramid and ImageMosaic plugins. Mostly GeoTiffs. I am also using the integrated GWC and for the most part, things have been

Re: [Geoserver-users] How to give rights to one layer from secured workspace?

2013-11-05 Thread sredl
Hi Michelle, all, yes and no: Yes, thanks a lot, the suggested workaround works, switching the catalogue mode to "challenge" helps. No, this workaround is unfortunately not suitable. We use the "hide" mode. We need to hide the layers that the user does not have access to from the capabilitie

Re: [Geoserver-users] Geoserver 2.4.1 master password

2013-11-05 Thread mika
http://jira.codehaus.org/browse/GEOS-6136 - mika - Christian Mueller kirjoitti 2013-11-05 11:04: > Yep, the documentation is not up to date. Would be nice if you can > open a JIRA issue. > > Go to the password page, you will find a button to export the master > password to a file of your choice.

Re: [Geoserver-users] JSON output including key = null values option?

2013-11-05 Thread Andrea Aime
On Tue, Nov 5, 2013 at 1:13 PM, Martin Tomko wrote: > Thanks Andrea, > Our team is developing and patching geotools, I don’t think we have tried > Geoserver yet – will se how much is involved to get this done. > Nice. Remember, it's always best to discuss the changes you want to make first on t

Re: [Geoserver-users] JSON output including key = null values option?

2013-11-05 Thread Martin Tomko
Thanks Andrea, Our team is developing and patching geotools, I don’t think we have tried Geoserver yet – will se how much is involved to get this done. Thanks, M. From: Andrea Aime mailto:andrea.a...@geo-solutions.it>> Date: Tuesday, 5 November 2013 11:09 pm To: Martin Tomko mailto:tom...@unime

Re: [Geoserver-users] JSON output including key = null values option?

2013-11-05 Thread Andrea Aime
On Tue, Nov 5, 2013 at 12:59 PM, Martin Tomko wrote: > Dear Geoserver users/developers. > We are using the Geoserver JSON output for data interchange. I was > wondering whether it is possible to configure geoserver in a manner that > would enable the outputting of ALL the keys received from the

[Geoserver-users] JSON output including key = null values option?

2013-11-05 Thread Martin Tomko
Dear Geoserver users/developers. We are using the Geoserver JSON output for data interchange. I was wondering whether it is possible to configure geoserver in a manner that would enable the outputting of ALL the keys received from the schema. The current behaviour we are observing is the ( more

Re: [Geoserver-users] A very old and forgotten improvement

2013-11-05 Thread Rahkonen Jukka
Hi, Application schema does a lot to that direction, I think http://docs.geoserver.org/latest/en/user/data/app-schema/index.html -Jukka Rahkonen- Rudy Commenge wrote: Hi, I have found this improvement idea : http://geoserver.org/display/GEOS/Advanced+GML What about its development ? Kind rega

Re: [Geoserver-users] A very old and forgotten improvement

2013-11-05 Thread Andrea Aime
On Tue, Nov 5, 2013 at 11:12 AM, Rudy Commenge wrote: > Hi, > > I have found this improvement idea : > http://geoserver.org/display/GEOS/Advanced+GML > What about its development ? > Currently complex features are taken care by the app-schema data store. The idea of generating complex GML (not ne

[Geoserver-users] A very old and forgotten improvement

2013-11-05 Thread Rudy Commenge
Hi, I have found this improvement idea : http://geoserver.org/display/GEOS/Advanced+GML What about its development ? Kind regards, Rudy. -- November Webinars for C, C++, Fortran Developers Accelerate application performa

Re: [Geoserver-users] GeoServer 2.4.1 GDAL (JPEG2000) plugin problem

2013-11-05 Thread t.przysiwek
After this steps server starts correctly but nothing happened in administration panel. None new formats appeared in "Add new store" section. I suppose that it should look like this: Screen from: http://docs.geoserver.org/stable/en/

Re: [Geoserver-users] Image Mosaic JDBC single band raster losing data values

2013-11-05 Thread Christian Mueller
Can you send a diff file of your hack. Christian On Tue, Nov 5, 2013 at 8:28 AM, nroberts wrote: > Hi Christian, > > In terms of rescaling, the following seems to work at least for 32 bit > integer rasters: > > > Now my problem is with startImage - it is created with underlying values of > '0',

Re: [Geoserver-users] Geoserver 2.4.1 master password

2013-11-05 Thread Christian Mueller
Yep, the documentation is not up to date. Would be nice if you can open a JIRA issue. Go to the password page, you will find a button to export the master password to a file of your choice. Cheers Christian On Tue, Nov 5, 2013 at 9:33 AM, wrote: > Answering to myself. There is a dump master p

Re: [Geoserver-users] Geoserver 2.4.1 master password

2013-11-05 Thread mika
Answering to myself. There is a dump master password option in Security/Passwords 'Master password forgotten ?' I was terrified when noticing that the passwword was 'geoserver'! I was thinking whether I would bother change it at all, because previous versions had unique and quite complicated ro

[Geoserver-users] Geoserver 2.4.1 master password

2013-11-05 Thread mika
Hi, I noticed that the manual is a little behind the real world when dealing with the master password setting. There seems not to be any masterpw.info anymore. So where can I get the existing master password in order to change it as the starting page suggests? - mika -