Re: [Geotools-devel] code sprint update w/ JSR 363 transition

2018-04-06 Thread César Martínez Izquierdo
Hi again, For the moment I have created a new branch (test_units_jsr363_resync) based on the one we have been working. This new branch has been merged with master, so it can be used to test Geoserver. Regarding rebasing: I think it is OK to rebase when the PR is ready to be merged, since we'll no

Re: [Geotools-devel] code sprint update w/ JSR 363 transition

2018-04-06 Thread César Martínez Izquierdo
Regarding GWC: I've not tried to recompile GWC, since I'm not familiar with its code-base, so I don't know if changes will be required. I just adapted Geoserver, which is able to compile and pass tests. César On 5 April 2018 at 19:44, Jody Garnett wrote: > Were any changes needed to the GWC proj

[Geotools-devel] password in postgres problem

2018-04-06 Thread jmonetti
Hello List, I'm trying to connect from my Java program to my Postgresql 9.2. The Geotools jars I am using aparently try to connect to postgres using the "Geotools" user. The problem is, acoording what i've just read in Postgres forum, in the case sensitive condition in user name. (Postgres i

Re: [Geotools-devel] code sprint update w/ JSR 363 transition

2018-04-06 Thread Jody Garnett
I looked with Kevin yesterday, nondirect use of units. GWC maintains its own ratio constants for converting between distances. On Fri, Apr 6, 2018 at 2:56 AM César Martínez Izquierdo wrote: > Regarding GWC: I've not tried to recompile GWC, since I'm not familiar > with its code-base, so I don't

Re: [Geotools-devel] password in postgres problem

2018-04-06 Thread Ben Caradoc-Davies
Julio, the "user" and "passwd" used for the connection are provided in the Map supplied to DataStoreFinder (or directly to PostgisNGDataStoreFactory): http://docs.geotools.org/stable/userguide/library/jdbc/datastore.html - What "dbtype" did you supply? - Are gt-jdbc-postgis and its dependencie