Opened 8 years ago
Closed 8 years ago
#2738 closed defect (fixed)
Error "Null reference. No data from renderer" when GETDYNAMICMAPOVERLAYIMAGE is called without FORMAT parameter
Reported by: | jng | Owned by: | jng |
---|---|---|---|
Priority: | low | Milestone: | 3.1 |
Component: | Map Agent | Version: | 2.5.0 |
Severity: | trivial | Keywords: | |
Cc: | External ID: |
Description
FORMAT
is a required parameter for GETDYNAMICMAPOVERLAYIMAGE
So when this parameter is missing, we should throw immediately instead of proceeding ahead, which results in a cryptic error down the road: Null reference. No data from renderer
Change History (1)
comment:1 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Version: | → 2.5.0 |
Note:
See TracTickets
for help on using tickets.
Fixed trunk (r9038), 3.1 (r9039), 3.0 (r9040), 2.6 (r9041)