Opened 13 years ago
Closed 13 years ago
#1947 closed defect (fixed)
Atil Raster Provider doesn't work on Linux
Reported by: | wuma | Owned by: | wuma |
---|---|---|---|
Priority: | high | Milestone: | 2.4 |
Component: | Server | Version: | |
Severity: | major | Keywords: | |
Cc: | External ID: | 1443634 |
Description
It's reported by Autodesk QA: The Raster File Provider implemented based on Autodesk ATIL library cannot render map image. Steps to recreate:
- Create one connection to Raster data
- Create one layer.
- Refresh the layer
Results: Nothing displays.
Expected results: The layer should display correctly.
Attachments (1)
Change History (3)
by , 13 years ago
Attachment: | raster_linux.patch added |
---|
comment:1 by , 13 years ago
comment:2 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
It's because the dynamic_cast<> failed at below location:
\Server\src\Services\Feature\ServerFeatureUtil.cpp#569 (Method: MgByteReader* MgServerFeatureUtil::GetRaster)
Replace dynamic_cast with static_cast will fix this problem.