Re: [JPP-Devel] Add SRID and units to Task

2016-09-03 Thread Michaël Michaud
Hi Peppe, If you're not changing ProjUtils class today, I'll make some refactoring. Would be nice if you can double check after my commit. About test on srid integer, there is not much of a problem. Just a small inconsistency betwwen comment and code on CUSTOM authority Comment : CUSTOM : [20

Re: [JPP-Devel] Add SRID and units to Task

2016-09-03 Thread Giuseppe Aruta
I understand. I don't do any work today. And wait for your commits Peppe 2016-09-03 12:01 GMT+02:00 Michaël Michaud : > Hi Peppe, > > If you're not changing ProjUtils class today, I'll make some refactoring. > Would be nice if you can double check after my commit. > > About test on srid integer,

Re: [JPP-Devel] Add SRID and units to Task

2016-09-03 Thread Giuseppe Aruta
Maybe I should correct on this way - to save compatibility with geotif Code : integer EPSG : [2000..32767] or [599..2147483647] ESRI : [32999..20] GEOTIF PROJECTION: [1..28]* CUSTOM : [29..1999] or [32769..32999] or [20..699] NOT DEFINED: [-1] USER DEFINED: [0] or [32768] not int