[Geotools-gt2-users] Authority “AUTO” is unknown or doesn't match the supplied hints. Maybe it is defined in an unreachable JAR file?

2018-09-13 Thread nanaiah
I am working on a project related to Coordinate Reference Systems (CRS) using geoTools. I am getting 'NoSuchAuthorityCodeException' exception with the above message while executing my jar. Things work fine when using EPSG CRS Authority. Fails when I specify 'AUTO:42001' CRSAuthorityFactory. Is ther

Re: [Geotools-gt2-users] Authority “AUTO” is unknown or doesn't match the supplied hints. Maybe it is defined in an unreachable JAR file?

2018-09-13 Thread Andrea Aime
Hi, AUTO:42001 by itself means nothing, it's an incomplete specification. See here on how to specify a full CRS for the AUTO namespace: http://docs.geoserver.org/latest/en/user/services/wms/nonstandardautonamespace.html Also have a look at the official WMS specification (e..g, verison 1.3.) it s

Re: [Geotools-gt2-users] Authority “AUTO” is unknown or doesn't match the supplied hints. Maybe it is defined in an unreachable JAR file?

2018-09-13 Thread nanaiah mu Mandechanda
Thanks, I'll check it out. Regards, Nanaiah MU On Thu, Sep 13, 2018 at 5:33 PM Andrea Aime wrote: > Hi, > AUTO:42001 by itself means nothing, it's an incomplete specification. See > here on how to specify a full CRS for the AUTO namespace: > > > http://docs.geoserver.org/latest/en/user/services