Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-devel] [jira] Created: (UDIG-1314) WFS layer incorrectly reports unknown CRS

WFS layer incorrectly reports unknown CRS
-----------------------------------------

                 Key: UDIG-1314
                 URL: http://jira.codehaus.org/browse/UDIG-1314
             Project: uDIG
          Issue Type: Bug
          Components: wfs
    Affects Versions: UDIG 1.1-RC12
         Environment: Windows XP SP2 ver 5.1.2600 
Java 1.6.0_02-b06
            Reporter: Stephen Kilburn


Create map.  Add layer from Galdos WFS (http://wfs.galdosinc.com:8880/wfs/http?Request=GetCapabilities&service=WFS), layer tgr:School.

1. System leaves name of layer as "Layer"

2. System reports "Coordinate Reference System of data is unknown"  However, capabilities document reports:

<FeatureType xmlns:tgr="http://www.census.gov/geo/tiger";>
  <Name>tgr:School</Name> 
  <Title>School</Title> 
  <SRS>EPSG:4326</SRS> 
  <LatLongBoundingBox maxx="-73.907005" maxy="40.882078" minx="-74.047185" miny="40.679548" /> 
</FeatureType>

(looks valid to me)

3. Manually setting projection to WGS 84 causes status to go to Error: null.

-- 
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

        


Back to the top