Opened 18 years ago
Closed 18 years ago
#37 closed defect (fixed)
WMS: FdoIConnection::SetConfiguration fails
Reported by: | jacklee | Owned by: | anonymous |
---|---|---|---|
Priority: | major | Milestone: | 3.3.0 |
Component: | FDO API | Version: | 3.2.0 |
Severity: | 3 | Keywords: | |
Cc: | External ID: |
Description
The problem only occurs on Linux.
From the WmsTestDescribeSchema::testSchemaMapping unit
FdoPtr<FdoIConnection> conn = this->GetConnection (); conn->SetConnectionString(L"FeatureServer=http://wms.jpl.nasa.gov/wms.cgi"); FdoIoFileStreamP fileStream = FdoIoFileStream::Create(L"WmsSchemaConfig.xml", L"r"); conn->SetConfiguration(fileStream);
Calling SetConfiguration returns Physical schema mapping 'WorldMap' was not found.
Change History (2)
comment:1 by , 18 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.