[Geoserver-devel] 2.8 needs ojdbc7.jar for 'Exhausted Resultset' error

2015-10-05 Thread Richard Duivenvoorde
Ok, took me some time to find out that after upgrading to 2.8 and working with oracle layers you also really have to upgrade your ojdbc14.jar ojdbc7.jar from Oracle. Without upgrading you get an error: Failure occured while looking up primary key Exhausted Resultset See also https://osgeo-

[Geoserver-devel] GetMap request outside ecw (gdal) bbox gives nullpointer

2015-10-05 Thread Richard Duivenvoorde
evend this? Below the full error and stacktrace Regards, Richard Duivenvoorde ps the reason we request tiles outside the data is because the layer is part of a much bigger layer http://gng-ap713.nieuwegein.nl/geoserver/schemas/wms/1.1.1/WMS_exception_1_1_1.dtd";> Error renderi

Re: [Geoserver-devel] GetMap request outside ecw (gdal) bbox gives nullpointer

2015-10-05 Thread Richard Duivenvoorde
On 05-10-15 14:36, Daniele Romagnoli wrote: > Dear Richard, > which specific version of GS did you use to produce that log, so we can > track the problem? > (A 2.8 nightly build? a 2.8.0? ...?) > (Asking this because the reported NPE seems coming from a recent line of > code which by the way is not

Re: [Geoserver-devel] GetMap request outside ecw (gdal) bbox gives nullpointer

2015-10-05 Thread Richard Duivenvoorde
On 05-10-15 16:48, Jody Garnett wrote: > You may want to turn this into a bug report :) Done ;) https://osgeo-org.atlassian.net/browse/GEOS-7229 -- ___ Geoserver-devel mailing

Re: [Geoserver-devel] [QGIS-Developer] GeoPackage and styling

2017-07-03 Thread Richard Duivenvoorde
file with both Data, Styles and (let's call it) MapContext (layerorder, start zoom/bbox etc). And then that other FOSS products like Geoserver/Mapproxy/MapsServer etc etc could just ingest that Dreaming? Regards, Richard Duivenvoorde On 02-07-17 21:22, Even Rouault wrote: > Hi, >

Re: [Geoserver-devel] [Geotools-devel] SourceForge exit strategy

2018-03-08 Thread Richard Duivenvoorde
nd the (non osgeo) download server. Cloudflare tells us they saved us 24Tb of Bandwidth this week... If still having problems let us know, maybe we should try to setup the same for the Network installers. Regards, Richard Duiven

[Geoserver-devel] Geotiff: pyramids non transparant while original is transparent

2018-03-08 Thread Richard Duivenvoorde
QGIS, for Geoserver (2.12.0) it looks as if the InputTransparentColor in the overviews is NOT used? The map is not transparent anymore, untill you zoom in at the base level, THEN the map will be transparent again. Using default raster sld. Anybody a clue? Regards, Richard Duivenvoorde PS

Re: [Geoserver-devel] Geotiff: pyramids non transparant while original is transparent

2018-03-08 Thread Richard Duivenvoorde
added with: gdaladdo -r average file.tif 2 4 8 16 32 64 128 256 I also tried to create it with QGIS (hoping that this would change something...), but both have the same issue. If anybody interested: http://duif.net/water.zip contains 3 zips (epsg:28992)) to test. Happy to create an issue for it

Re: [Geoserver-devel] Geotiff: pyramids non transparant while original is transparent

2018-03-09 Thread Richard Duivenvoorde
256 (gdal master) WORKS \o/ So my conclusion ( but please try yourself :-) ): - Even's patch works BOTH for -r average as for the 'default' (nearest) version of gdaladdo. Thanks all!! Regards, Richard Duivenvoorde On 09-03-18 17:17, Daniele Romagnoli wrote: > Hi Richard,

Re: [Geoserver-devel] SLD from Postgis or from GeoPackage

2018-03-22 Thread Richard Duivenvoorde
eoserver? Indeed it would be best if GeoTools could serve this information. Regards, Richard Duivenvoorde -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sd

[Geoserver-devel] possible to use of GDAL extension (ecw plugin) in combi with osgeo4w64 gdal?

2016-08-19 Thread Richard Duivenvoorde
AL (+plugins) from within Geoserver?" Or is there too much dependencies in gdaljni that it is too much work to bring it to osgeo4w? Or am I creating a problem here, and should I just install gdal twice :-) Regards, Richard Duivenvoorde [0] http://demo.geo-solutions.it/share/github/image

[Geoserver-devel] Show sql (of sql view) in layer page

2016-10-26 Thread Richard Duivenvoorde
y get this information (or is there another reason to NOT implement this (other then time))? Even better: would it not be nice to jump to the 'edit sql view' directly from the layer list page? I know: just do it :-) But I want to know if this is easy doable, or am I the only one having t

[Geoserver-devel] sld filter function 'area' returning area in pixels?

2016-11-30 Thread Richard Duivenvoorde
o use the geometry area in filters/labels Note: Tried both Area and area Regards, Richard Duivenvoorde PS: example rule below poly poly GEOM

Re: [Geoserver-devel] sld filter function 'area' returning area in pixels?

2016-11-30 Thread Richard Duivenvoorde
On 30-11-16 18:25, Torben Barsballe wrote: > I wonder if we could tie the area calculation to UOM > ? > Looks like currently UOM is an attribute on the symbolizer, so not quite > in the right place to work with area, but might be

[Geoserver-devel] Geoserver 2.8->2.10.2 upgrade: Windows disk path issues?

2017-03-01 Thread Richard Duivenvoorde
not create the store. Is this considered a bug, and should I create an issue for this? Regards, Richard Duivenvoorde [0] stacktrace: 2017-03-01 11:09:17,106 WARN [geoserver.catalog] - Unable to convert coverage URL to a URI, attempting to use it as a path 2017-03-01 11:09:17,106 INFO [geoserver

Re: [Geoserver-devel] Geoserver 2.8->2.10.2 upgrade: Windows disk path issues?

2017-03-02 Thread Richard Duivenvoorde
d browsing to a shapefile also shows a funny url, but that just succeeds in creating the store... Regards, Richard Duivenvoorde -- Check out the vibrant tech community on one of t

Re: [Geoserver-devel] Geoserver 2.8->2.10.2 upgrade: Windows disk path issues?

2017-03-02 Thread Richard Duivenvoorde
On 02-03-17 10:18, Andrea Aime wrote: > Hi Richard, > those URLs look weird to my Linux trained eye, but I'd also failure to > upgrade as a regression. Done: https://osgeo-org.atlassian.net/browse/GEOS-8011 also tested on Windows10 now, 2.10 nightly fresh non upgrade. see issue for some more in

[Geoserver-devel] geopackage datastore missing from nightly?

2017-03-11 Thread Richard Duivenvoorde
rver.org/latest/en/user/community/geopkg/input.html#adding-a-geopackage-vector-data-store Do I miss something? Or did I hit an issue? Regards, Richard Duivenvoorde -- Announcing the Oxford Dictionaries API! The A

Re: [Geoserver-devel] geopackage datastore missing from nightly?

2017-03-11 Thread Richard Duivenvoorde
On 11-03-17 13:22, Ian Turton wrote: > You also need the geopackage plugin > - > http://ares.opengeo.org/geoserver/master/community-latest/geoserver-2.11-SNAPSHOT-geopkg-plugin.zip > > > The manual page is misleading though - I'll update it. Ah, thanks, yep. I see, sorry diagonal reading of th

[Geoserver-devel] writing a testcase for transparency on wms images

2014-06-03 Thread Richard Duivenvoorde
, and determine which pixels should be transparent or not. Can somebody guide me in this proces? I'm often available on IRC #geoserver or #qgis Regards, Richard Duivenvoorde -- Learn Graph Databases - Download FREE O&#

[Geoserver-devel] PR595

2014-06-27 Thread Richard Duivenvoorde
e the stacktrace it seems not a problem of the code? https://travis-ci.org/geoserver/geoserver/jobs/28210981 if somebody can have a look into the PR and let me know if there is something I can do to push this further, please let me know. Regards, Richard Duivenv

Re: [Geoserver-devel] feature freeze friday 18th

2014-07-09 Thread Richard Duivenvoorde
5 (it's makes transparency work in animated gif's (time ranges)) please let me know how I can fix the travis build problems. Regards, Richard Duivenvoorde -- Open source business process management suite bui

Re: [Geoserver-devel] 2.6.x final checks

2014-09-15 Thread Richard Duivenvoorde
/www.opengis.net/wms http://schemas.opengis.net/wms/1.3.0/capabilities_1_3_0.xsd";> The layers showed up. Anyway, hope there is better information then this . Regards, Richard Duivenvoorde -- Want excitement

[Geoserver-devel] Oracle performance problems after upgrade from 2.4 to 2.6

2014-10-23 Thread Richard Duivenvoorde
Testing by swapping geoserver-dirs in the webapps dir. TIA & Regards, Richard Duivenvoorde GEOSERVER 2.6 = http://gng-ap713.nieuwegein.nl/geoserver/wms?TRANSPARENT=true&FORMAT=image%2Fpng&LAYERS=nieuwegein%3AKAAS&SERVICE=WMS&VERSION=1.1.1&REQUEST=Ge

Re: [Geoserver-devel] Oracle performance problems after upgrade from 2.4 to 2.6

2014-10-23 Thread Richard Duivenvoorde
On 23-10-14 16:57, Andrea Aime wrote: > n Thu, Oct 23, 2014 at 4:36 PM, Richard Duivenvoorde > We upgraded to 2.6.0 (and still doing fine :-) ), but Oracle layers > performance is much lower compared to 2.4.3 > > Can somebody help me with this, or confirm behaviour like

Re: [Geoserver-devel] Oracle performance problems after upgrade from 2.4 to 2.6

2014-10-23 Thread Richard Duivenvoorde
rest of the week I'm not in the neighborhood of Windows and Oracle servers. But the nightly was definitely working again. But if you want I'm happy to test a new 2.6.0.1 or 2.6.1 first thing next thursday. Anybody else willing/able to test this? Regards, Richard Duivenvoorde ps if I&#x

[Geoserver-devel] Geoserver 2.6.1 slow/unusable compared to Geoserver 2.6.0-snapshot of 23th oct

2014-11-20 Thread Richard Duivenvoorde
h? Others having this problems? Regards, Richard Duivenvoorde -- Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate! Instantly Supercharge Your Business Reports and Dashboards with Interactivit

Re: [Geoserver-devel] Geoserver 2.6.1 slow/unusable compared to Geoserver 2.6.0-snapshot of 23th oct

2014-11-20 Thread Richard Duivenvoorde
On 20-11-14 13:56, Andrea Aime wrote: > On Thu, Nov 20, 2014 at 12:41 PM, Andrea Aime > Hum... maybe it is unrelated, but other people have reported issues due > to a Firefox > upgrade (version 33) not working properly over NVidia video cards, and > generating > especially bad looking results wit

Re: [Geoserver-devel] Geoserver 2.6.1 slow/unusable compared to Geoserver 2.6.0-snapshot of 23th oct

2014-11-20 Thread Richard Duivenvoorde
On 20-11-14 16:08, Andrea Aime wrote: > On Thu, Nov 20, 2014 at 3:31 PM, Richard Duivenvoorde <mailto:[email protected]>> wrote: > > Going back to snapshot 13oct: All browsers working fine. > Going to 2.6.1 again: only Chrome working. > > > One thing cha

Re: [Geoserver-devel] Geoserver 2.6.1 slow/unusable compared to Geoserver 2.6.0-snapshot of 23th oct

2014-11-20 Thread Richard Duivenvoorde
On 20-11-14 16:48, Richard Duivenvoorde wrote: > http://localhost:8080/geoserver/web/resources/org.geoserver.web.GeoServerBasePage/css/geoserver.css > > in FF actually shows the css untill the end immidiatly, BUT apparently > 'thinks' (the little hour-glass keeps turning

[Geoserver-devel] dead link in csw docs

2014-11-27 Thread Richard Duivenvoorde
documentation problem? Should I create an issue for that? Regards, Richard Duivenvoorde -- Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate! Instantly Supercharge Your Business Reports and Dashboards

Re: [Geoserver-devel] language fix?

2018-06-25 Thread Richard Duivenvoorde
nsifex). I would ask around on the OSGeo.nl mailing list for help if you need it: https://osgeo.nl/mailinglijst/ Regards, Richard Duivenvoorde -- Check out the vibrant tech community on one of the world's most

[Geoserver-devel] Custom Layer fields in Geoserver UI

2018-07-19 Thread Richard Duivenvoorde
something that is helpfull or a good/bad idea? - is it already possible? (we tried all fields in the admin interface, but all show up in the capabilities, also in the community modules I could not find something). Thanks for any input/ideas,

[Geoserver-devel] shp index of mosaic of asc files fails to fill

2018-08-30 Thread Richard Duivenvoorde
trace (geoserverdev level) Thanks for any pointers Regards, Richard Duivenvoorde ps I'm aware that translating them to geotiff is the preferred way, but in this case easiest would be if we can keep it asc files. ps2 I did that, and then the index is filled ok (and all is working) Stracktrace: Aug

Re: [Geoserver-devel] shp index of mosaic of asc files fails to fill

2018-08-30 Thread Richard Duivenvoorde
On 08/30/2018 01:22 PM, Ian Turton wrote: > It looks like one of the files is missing a header, can you send the > first 5 or 6 lines of that file, just down to the first line of data. > > Ian  Hi Ian, all (minimal!) asc files, are in this zip: http://duif.net/asctest.zip I checked (and debugge

Re: [Geoserver-devel] shp index of mosaic of asc files fails to fill

2018-08-30 Thread Richard Duivenvoorde
On 08/30/2018 02:13 PM, Richard Duivenvoorde wrote: > On 08/30/2018 01:22 PM, Ian Turton wrote: >> It looks like one of the files is missing a header, can you send the >> first 5 or 6 lines of that file, just down to the first line of data. >> >> Ian  > > Hi I

Re: [Geoserver-devel] shp index of mosaic of asc files fails to fill

2018-09-01 Thread Richard Duivenvoorde
see if at least that works, so we can maybe pinpoint it to the crs handling? If anybody else has pointers/ideas to tackle this, please let me know. Regards, Richard Duivenvoorde 01 Sep 12:49:13 INFO [org.geoserver.wms] - Request: getServiceInfo 01 Sep 12:49:13 DEBUG [org.geotools.util] - CRSC

Re: [Geoserver-devel] shp index of mosaic of asc files fails to fill

2018-09-01 Thread Richard Duivenvoorde
On 09/01/2018 12:58 PM, Richard Duivenvoorde wrote: > Next try will be to create a mosaic from 1 asc file? > > Or maybe reproject the asc file to epsg:4326 first and see if at least > that works, so we can maybe pinpoint it to the crs handling? Ok, tested that... Looks like an imag

Re: [Geoserver-devel] shp index of mosaic of asc files fails to fill

2018-09-02 Thread Richard Duivenvoorde
l try to do some further debugging. I think for me it is wisest to use GeoTiffs indeed, but I still think GEOS-8912 is a valid issue ;-) Regards & thanks again for all the Geoserver work! Richard Duivenvoorde --

Re: [Geoserver-devel] shp index of mosaic of asc files fails to fill

2018-09-02 Thread Richard Duivenvoorde
On 09/02/2018 02:31 PM, Andrea Aime wrote: > > If this is the one, could you please suggest how to reword its > > description to avoid confusion? > > No, documentation/info on google is clear: don't use asc files :-) > > I was talking about the idea that one can set a default CRS for

[Geoserver-devel] LDAP Authentication and logging username

2018-09-13 Thread Richard Duivenvoorde
. Any hint/clue? Anybody is able to log usernames? Regards, Richard Duivenvoorde PS I'm pretty sure I asked something like this some years ago, and think that Andrea answered something along the lines "difficult", but I cannot find that Q/A anymore. PS2 I think for governmental organisati

Re: [Geoserver-devel] LDAP Authentication and logging username

2018-09-13 Thread Richard Duivenvoorde
On 09/13/2018 11:48 AM, Peter Smythe wrote: > Hi Richard > > I log the HTTP header Authorization in Tomcat/HAProxy/Apache and this > will give you the base64 username:password that you see in WireShark, etc.: > > Tomcat/Apache:    "%{Authorization}i" > > HAProxy: >     capture request  header Au

Re: [Geoserver-devel] LDAP Authentication and logging username

2018-09-14 Thread Richard Duivenvoorde
On 09/13/2018 04:15 PM, Andrea Aime wrote: > Hi Richard, > did you try using the monitoring module, in "audit" mode? It will logs > all sorts of details about the requests > you're getting, regardless if they are post or get, including the > username (but I don't know if it works > fine with LDAP a

[Geoserver-devel] crs 1234 ECW store not able to serve as epsg:4326

2018-10-23 Thread Richard Duivenvoorde
those failing 4326 request. But we do not have real evidence for it yet. Regards, Richard Duivenvoorde Request: getServiceInfo 2018-10-23 14:16:13,623 DEBUG [org.geotools.util] - CRSConverterFactory can be applied from Strings to CRS only. 2018-10-23 14:16:13,623 DEBUG [org.geotools

[Geoserver-devel] Fwd: [Geoserver-users] netcdf in non latlon grid

2019-01-11 Thread Richard Duivenvoorde
epsg). I fail to load it in Geoserver. A 'simple' netcdf in epsg: without time or elevation loads fine. Regards, Richard Duivenvoorde PS Example data + python to create it here: http://duif.net/ncgeoserver.zip Forwarded Message Subject: [Geoserver-users] netcd

Re: [Geoserver-devel] Fwd: [Geoserver-users] netcdf in non latlon grid

2019-01-11 Thread Richard Duivenvoorde
On 1/11/19 10:00 AM, Andrea Aime wrote: > Richard, > if you get no answer on the user list, it means that nobody knows the > answer, has time to answer,  > or has time to investigate. Please use the devel list only if you are > participating to the actual development. Ok, sorry. It's just that I'

Re: [Geoserver-devel] Fwd: [Geoserver-users] netcdf in non latlon grid

2019-01-14 Thread Richard Duivenvoorde
On 1/14/19 12:23 PM, Daniele Romagnoli wrote: > Hi Richard. > Today I have downloaded GeoServer 2.14.1, together with NetCDF extension > and I have configured your sample data. > I have simply created a NetCDF store, pointing to your test4dz28992.nc > file. > I was able to

Re: [Geoserver-devel] Fwd: [Geoserver-users] netcdf in non latlon grid

2019-01-14 Thread Richard Duivenvoorde
I could try to do this in a windows virt machine at home... Regards, Richard Duivenvoorde ___ Geoserver-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-devel

Re: [Geoserver-devel] Fwd: [Geoserver-users] netcdf in non latlon grid

2019-01-14 Thread Richard Duivenvoorde
etcdf store just fails. When you put exact the same nc file inside the data dir, geoserver succeeds to create and serve the data. Created an issue for it: https://osgeo-org.atlassian.net/projects/GEOS/issues/GEOS-9098 Regards, Richard Duivenvoorde ps I'm not able to start 2.15-M0 with the

[Geoserver-devel] Testing 2.15-nightly on WindowsServer: Invalid byte tag in constant pool?

2019-01-24 Thread Richard Duivenvoorde
ad to do with mismatching JVM versions, but wanted to make sure that this is an issue or not Regards, Richard Duivenvoorde SEVERE: Unable to process Jar entry [module-info.class] from Jar [jar:file:/c:/programs/apache-tomcat-7.0.56/webapps/geoserver/WEB-INF/lib/stax-ex-1.8.jar!/] fo r annota

Re: [Geoserver-devel] Testing 2.15-nightly on WindowsServer: Invalid byte tag in constant pool?

2019-01-24 Thread Richard Duivenvoorde
On 1/24/19 10:20 AM, Andrea Aime wrote: > Hi Richard, > I haven't encountered this issue yet. > This test/demo/skunkworks > server, http://cloudsdi.geo-solutions.it/geoserver/web/ , is running on > Tomcat 7.0.77 and OpenJDK > 1.8 and deploys the latest available nightly build three times a day, > w

Re: [Geoserver-devel] Testing 2.15-nightly on WindowsServer: Invalid byte tag in constant pool?

2019-01-27 Thread Richard Duivenvoorde
On 1/25/19 7:24 PM, Jody Garnett wrote: > Just to confirm your GeoServer still starts up and functions? I have not > seen this error before .. can you make a big ticket please. Done: https://osgeo-org.atlassian.net/browse/GEOS-9110 And yes, Geoserver starts and functions for what I could see that

Re: [Geoserver-devel] UNSUBSCRIBE!

2019-04-01 Thread Richard Duivenvoorde
r-devel Hi Tom, Try the link on the bottom of every mail: https://lists.sourceforge.net/lists/listinfo/geoserver-devel There is webpage where you can set settings and unsubscribe: https://sourceforge.net/projects/geoserver/lists/geoserver-devel/unsubscribe Regards, Richard Duivenvoorde PS do

[Geoserver-devel] Fwd: Re: [Geoserver-users] Geopackage (Vectors) as Time Dimension / WMS-T store. Experience?

2019-11-05 Thread Richard Duivenvoorde
body tells me here, I am wrong... Regards, Richard Duivenvoorde Original Message Subject: Re: [Geoserver-users] Geopackage (Vectors) as Time Dimension / WMS-T store. Experience? Date: 2019-11-04 10:29 From: Richard Duivenvoorde To: [email protected] Reply-T

[Geoserver-devel] Make gpkg in geoserver/tools? DateTime aware

2020-01-22 Thread Richard Duivenvoorde
tools/blob/master/modules/plugin/geopkg/src/main/java/org/geotools/geopkg/GeoPackage.java Sort of lost in the immense codebase. If anybody could give some hints that would be very much appreciated. Thanks in advance. Regards, Richard Duivenvoorde __

[Geoserver-devel] Geoserver WFS serves deformed data when store is 4D (at least postgis and shp)

2020-05-08 Thread Richard Duivenvoorde
, Richard Duivenvoorde ___ Geoserver-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-devel

[Geoserver-devel] Willing to write some docs, but where?

2020-08-03 Thread Richard Duivenvoorde
er styling languages Geoserver does: CSS, YSLD MBSTYLE? IS it possible? Should I try and add that also? Regards, Richard Duivenvoorde ___ Geoserver-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo

Re: [Geoserver-devel] Willing to write some docs, but where?

2020-08-18 Thread Richard Duivenvoorde
Thanks Jody, On 8/14/20 6:47 PM, Jody Garnett wrote: > Thanks for digging into this! > > The functionality is an "extension" to GeoServer SLD (specific to GeoServer) > so it should be documented here:  > https://docs.geoserver.org/latest/en/user/styling/sld/extensions/pointsymbols.html >   See:

Re: [Geoserver-devel] geoserver 2.19-RC release artifacts to test

2021-03-03 Thread Richard Duivenvoorde
On 3/3/21 8:43 AM, Georg Weickelt wrote: > After installing the WPS plugin, geoserver is no longer accessible. > > Apache Tomcat/9.0.36, installed via war-package Yep, confirmed also on the standalone version: 03 Mar 09:17:43 ERROR [context.ContextLoader] - Context initialization failed org.spri

[Geoserver-devel] log4j(2?) vulnurability?

2021-12-12 Thread Richard Duivenvoorde
... Any hints appreciated, Regards, Richard Duivenvoorde ___ Geoserver-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-devel

Re: [Geoserver-devel] log4j(2?) vulnurability?

2021-12-12 Thread Richard Duivenvoorde
On 12/12/21 12:43, Marc Jansen wrote: Hi all, I found this thread on twitter, might contain some information in this regard: https://twitter.com/geowolf/status/1469347543087779848 Yes, that is what I found too: Geoserver does not seem

Re: [Geoserver-devel] log4j(2?) vulnurability?

2021-12-12 Thread Richard Duivenvoorde
on tariff). I will contact you in private. Regards, Richard Duivenvoorde On 12/12/21 20:37, Jody Garnett wrote: We still have not had resources to update to log4j2 … if anyone has budget or 3-5 days of time we would be happy to upgrade and patch for this vulnerability. Seriously our version o

Re: [Geoserver-devel] log4j(2?) vulnurability?

2021-12-12 Thread Richard Duivenvoorde
ent from your text. Anyway: thanks and I hope this will not create to much havoc in the Log4j (user) world... Regards, Richard Duivenvoorde On 12/12/21 17:00, Andrea Aime wrote: On Sun, Dec 12, 2021 at 3:45 PM mark mailto:[email protected]>> wrote: Only in very, very specific conf

[Geoserver-devel] Last message in dev mail archive is of 12th oct

2021-12-12 Thread Richard Duivenvoorde
Hi Devs, I often point to a link in the mailing archive if I do not want to repeat a answer, but I just found out that there is not archive anymore after 12th of Oct 2021 https://sourceforge.net/p/geoserver/mailman/geoserver-devel/ Is this a known issue? Regards, Richard Duivenvoorde

[Geoserver-devel] Maven compile error

2022-01-11 Thread Richard Duivenvoorde
package (there are A LOT of pom files :-) ) Thanks for any pointers, Regards, Richard Duivenvoorde ps main goal is to be able to debug in Eclipse/Windows to be able to research an ldap/ad issue we have.. ___ Geoserver-devel mailing list Geoserver

Re: [Geoserver-devel] Maven compile error

2022-01-11 Thread Richard Duivenvoorde
Ah, duh, Never mind, I had an old git checkout (branch master...) which I updated (till june last year...). Should have started with a fresh checkout which has a 'main' Sorry for the noise Regards, Richard On 1/11/22 10:20, Richard Duivenvoorde wrote: Hi, Trying to compile

Re: [Geoserver-devel] proposals: promote metadata and csw-iso to extensions

2022-04-09 Thread Richard Duivenvoorde
Hi List, My 1c: fully agree with Mats, being somebody getting cold when hearing 'metadata' and 'csw' in one sentence, I was still eager to try to test this in geoserver, hoping I could make this work as csw in QGIS... But I failed miserably too (even asked mr Geonetwork for help), because of o

[Geoserver-devel] Ldap test server source

2022-05-20 Thread Richard Duivenvoorde
;11.0.14.1" 2022-02-08 OpenJDK Runtime Environment (build 11.0.14.1+1-post-Debian-1) OpenJDK 64-Bit Server VM (build 11.0.14.1+1-post-Debian-1, mixed mode, sharing) Where does the code live? Regards and thanks for any pointers Richard Duivenvoorde $ java -jar acme-ldap-1.0.jar [2022-52-20T10

[Geoserver-devel] ldap auth provider logic for groups?

2022-05-22 Thread Richard Duivenvoorde
;, so you can use member={0} to search for the 'Username' in the groups. But in this case these are Full Names. So my question: is it possible to use member={CN} or so? Or is the only solution, to ask the AD admins to create new groups using the 'userPrincipal

Re: [Geoserver-devel] ldap auth provider logic for groups?

2022-05-26 Thread Richard Duivenvoorde
. Cheers Andrea On Sun, May 22, 2022 at 11:54 AM Richard Duivenvoorde mailto:[email protected]>> wrote: Hi, still fighting https://osgeo-org.atlassian.net/jira/core/projects/GEOS/issues/GEOS-10452 <https://osgeo-org.atlassian.net/jira/core/projects/GEOS/issues/GEOS-10452>

Re: [Geoserver-devel] Configuring WMS-Time range for capabilities document

2022-09-15 Thread Richard Duivenvoorde
just always have the data "up onto now"... Most wms-t clients I know base the time slider start and end on timerange from the capabilities document, so having a 'live' database, it's hard to set a 'static' end-time... Regards, Richard Duivenvoorde On 9/15/22 1

Re: [Geoserver-devel] Configuring WMS-Time range for capabilities document

2022-09-15 Thread Richard Duivenvoorde
just always have the data "up onto now"... Most wms-t clients I know base the time slider start and end on timerange from the capabilities document, so having a 'live' database, it's hard to set a 'static' end-time... Regards, Richard Duivenvoorde (ps resen

[Geoserver-devel] [JIRA] (GEOS-7460) feedback panel / wicket styling

2016-03-15 Thread Richard Duivenvoorde (JIRA)
Title: Message Title Richard Duivenvoorde

[Geoserver-devel] [JIRA] (GEOS-7461) After editing/saving a style/layer, plz go back to that style/layer to maybe edit again..

2016-03-15 Thread Richard Duivenvoorde (JIRA)
Title: Message Title Richard Duivenvoorde

[Geoserver-devel] [JIRA] (GEOS-7229) GetMap request outside ecw (gdal) bbox raises null pointer exception

2015-10-05 Thread Richard Duivenvoorde (JIRA)
Title: Message Title Richard Duivenvoorde created an issue

[Geoserver-devel] [JIRA] (GEOS-8134) sld file lost when moving style from workspace to default workspace

2017-05-10 Thread Richard Duivenvoorde (JIRA)
Title: Message Title Richard Duivenvoorde

[Geoserver-devel] [JIRA] (GEOS-8276) imageio-ext-gdal-bindings-xxx.jar not available in geoserver-2.x.x-gdal-plugin.zip anymore since 2.10

2017-09-07 Thread Richard Duivenvoorde (JIRA)
Title: Message Title Richard Duivenvoorde

[Geoserver-devel] [JIRA] (GEOS-8011) On WIndows, Create Store interface creates invalid URL/path: unable to create store

2017-03-02 Thread Richard Duivenvoorde (JIRA)
Title: Message Title Richard Duivenvoorde

[Geoserver-devel] [JIRA] (GEOS-8054) Renaming of data store directory path breaks WFS but not WMS

2017-03-29 Thread Richard Duivenvoorde (JIRA)
Title: Message Title Richard Duivenvoorde

[Geoserver-devel] [jira] (GEOS-6479) elevation based ranges for animated gif wms output does is squashed when ranges overlap

2014-05-08 Thread Richard Duivenvoorde (JIRA)
Title: Message Title Richard Duivenvoorde created an issue

[Geoserver-devel] [jira] (GEOS-6787) Non advertised layers still show up in the CSW search resulst

2014-11-27 Thread Richard Duivenvoorde (JIRA)
Title: Message Title Richard Duivenvoorde created an issue

[Geoserver-devel] [jira] (GEOS-6202) attribute based symbolisation based on a column named 'id' fails

2013-11-28 Thread Richard Duivenvoorde (JIRA)
Reporter: Richard Duivenvoorde

[Geoserver-devel] [jira] (GEOS-6214) namespace styles do not work

2013-12-05 Thread Richard Duivenvoorde (JIRA)
Major Reporter: Richard Duivenvoorde

[Geoserver-devel] [jira] (GEOS-6215) workspace styles can only use images/graphics from global workspace

2013-12-05 Thread Richard Duivenvoorde (JIRA)
Project: GeoServer Priority: Major Reporter:

[Geoserver-devel] [JIRA] (GEOS-8786) Test Connection button in LDAP Authentication Provider throws Wicket exception

2018-06-14 Thread Richard Duivenvoorde (JIRA)
Title: Message Title Richard Duivenvoorde

[Geoserver-devel] [JIRA] (GEOS-8912) Creation of Image Mosaic's from one or more *.asc files fail to create working wms

2018-09-01 Thread Richard Duivenvoorde (JIRA)
Title: Message Title Richard Duivenvoorde

[Geoserver-devel] [JIRA] (GEOS-9016) RD (epsg:2892) to epsg:3857 (Google) reprojection cuts of map(tiles)

2018-11-16 Thread Richard Duivenvoorde (JIRA)
: Richard Duivenvoorde

[Geoserver-devel] [JIRA] (GEOS-9098) Creation of non-latlon netcdf store outside data dir fails

2019-01-14 Thread Richard Duivenvoorde (JIRA)
Title: Message Title Richard Duivenvoorde

[Geoserver-devel] [JIRA] (GEOS-9099) Geoserver fails to start on Linux when netcdf extension installed

2019-01-14 Thread Richard Duivenvoorde (JIRA)
Title: Message Title Richard Duivenvoorde

[Geoserver-devel] [JIRA] (GEOS-9110) Testing 2.15-nightly on WindowsServer: Invalid byte tag in constant pool?

2019-01-27 Thread Richard Duivenvoorde (JIRA)
Title: Message Title Richard Duivenvoorde

[Geoserver-devel] [JIRA] (GEOS-9392) In vector GPKG with DateTime field Geoserver sees it as a String field

2019-11-04 Thread Richard Duivenvoorde (JIRA)
Richard Duivenvoorde created an issue

[Geoserver-devel] [JIRA] (GEOS-9605) WFS serves deformed data when store is 4D (at least postgis and shp)

2020-05-05 Thread Richard Duivenvoorde (JIRA)
Richard Duivenvoorde ( https://osgeo-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3A962dcbb5-105d-4b46-be3a-260ed24e958b ) *created* an issue GeoServer ( https://osgeo-org.atlassian.net/browse/GEOS?atlOrigin=eyJpIjoiMTlhMTNiNWEyN2Y0NGZkMDk0NGY5ZWQwYjBlYjZkMWIiLCJwIjoiaiJ9

[Geoserver-devel] [JIRA] (GEOS-9832) Geoserver fails to read geotiff (but creating store and layer is OK)

2020-12-18 Thread Richard Duivenvoorde (JIRA)
Richard Duivenvoorde ( https://osgeo-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3A962dcbb5-105d-4b46-be3a-260ed24e958b ) *created* an issue GeoServer ( https://osgeo-org.atlassian.net/browse/GEOS?atlOrigin=eyJpIjoiZTFkMGYxY2YzODFiNDkxYmE4MmFiYzhhZjAwMjdiNDEiLCJwIjoiaiJ9

[Geoserver-devel] [JIRA] (GEOS-10231) Geoserver accepts (for gml) illegal Attribute names, making WFS return invalid GML

2021-09-14 Thread Richard Duivenvoorde (JIRA)
Richard Duivenvoorde ( https://osgeo-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3A962dcbb5-105d-4b46-be3a-260ed24e958b ) *created* an issue GeoServer ( https://osgeo-org.atlassian.net/browse/GEOS?atlOrigin=eyJpIjoiZjk5Nzc5YTI5M2JiNDc0YmIzYmNkZDliMWFiYjJhMTMiLCJwIjoiaiJ9

[Geoserver-devel] [JIRA] (GEOS-10452) Use of Active Directory authorisation seems broken since 2.15.2 (LDAP still works)

2022-04-07 Thread Richard Duivenvoorde (JIRA)
Richard Duivenvoorde ( https://osgeo-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3A962dcbb5-105d-4b46-be3a-260ed24e958b ) *created* an issue GeoServer ( https://osgeo-org.atlassian.net/browse/GEOS?atlOrigin=eyJpIjoiNWRjOTAzMjM3NGRhNDQ5OWJkY2FjYmFmZWM5ZWQwZmEiLCJwIjoiaiJ9

Re: [Geoserver-devel] Removing ASCII grid output format from WCS?

2023-06-12 Thread Richard Duivenvoorde via Geoserver-devel
t vote for complete code removal, unless I was the only user for ascii grids :-)) (now moving to netcdf...) Regards, Richard Duivenvoorde On 6/12/23 17:44, Andrea Aime wrote: Hi all, with this mail I want to discuss the eventual removal of the ASCII grid output format from the WCS codebase.