Details
-
Type:
Bug
-
Status:
Analysis
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: UDIG 1.1-RC12
-
Fix Version/s: UDIG 1.4.1
-
Component/s: webservices
-
Labels:None
-
Environment:Windows XP SP2 ver 5.1.2600
Java 1.6.0_02-b06
Description
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.