Opened 10 years ago
Closed 10 years ago
#2517 closed defect (fixed)
MgInvalidStreamHeaderException on RenderTileXYZ
Reported by: | jng | Owned by: | jng |
---|---|---|---|
Priority: | low | Milestone: | 3.0 |
Component: | Rendering Service | Version: | |
Severity: | trivial | Keywords: | |
Cc: | External ID: |
Description
The new RenderTileXYZ method of MgRenderingService throws an MgInvalidStreamHeaderException when invoking the overload that takes a dpi and image format.
The issue is that the image format parameter is sent over the TCP/IP wire with an incorrect data type (should be knString, it is currently knInt32)
Note:
See TracTickets
for help on using tickets.
Fixed r8492