[Geoserver-devel] [jira] Created: (GEOS-3526) problem with SRS EPSG:32662

problem with SRS EPSG:32662
---------------------------

                 Key: GEOS-3526
                 URL: http://jira.codehaus.org/browse/GEOS-3526
             Project: GeoServer
          Issue Type: Bug
          Components: WMS
         Environment: windows
            Reporter: Jeremy Trudel
            Assignee: Andrea Aime
             Fix For: 1.7.6

I downloaded and am running GeoServer 1.7.6. I ma using the map data that came with the standard install. When I do a getCapabilities request on the WMS server:

http://localhost:8080/geoserver/wms?request=getCapabilities

I get an xml file that stated that SRS EPSG:32662 is a supported format,but when I do a getMap Request:

http://localhost:8080/geoserver/wms?bbox=-130,24,-66,50&styles=population&Format=image/png&request=GetMap&layers=topp:states&width=550&height=250&srs=EPSG:32662

I get a projection not supported exception:

<?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE ServiceExceptionReport SYSTEM "http://schemas.opengis.net/wms/1.1.1/WMS_exception_1_1_1.dtd&quot;&gt; <ServiceExceptionReport version="1.1.1" > <ServiceException code="InvalidSRS">
      Error occurred decoding the espg code EPSG:32662
Elliptical projection not supported.
</ServiceException></ServiceExceptionReport>

Does it not state in the OGC WMS specification that you must support all coordinate reference systems that are supplied with the getCapabilities request?

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira