Skip to content

Commit 3f39144

Browse files
author
Lijun Zhang
committed
IRSA-717:
IRSA-809 Fixed the but in WebPlotRequest where set the drawingSubGroup to irsa instead of iras
1 parent 54233fc commit 3f39144

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/firefly/js/visualize/WebPlotRequest.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ export class WebPlotRequest extends ServerRequest {
314314
static makeISSARequest(worldPt, survey, sizeInDeg) {
315315
const req= this.makePlotServiceReq(ServiceType.ISSA, worldPt, survey, sizeInDeg);
316316
req.setTitle('ISSA '+survey);
317-
req.setDrawingSubGroupId('irsa');
317+
req.setDrawingSubGroupId('iras');
318318
return req;
319319
}
320320

@@ -331,7 +331,7 @@ export class WebPlotRequest extends ServerRequest {
331331
static makeIRISRequest(worldPt, survey, sizeInDeg) {
332332
const req= this.makePlotServiceReq(ServiceType.IRIS, worldPt, survey, sizeInDeg);
333333
req.setTitle('IRIS '+survey);
334-
req.setDrawingSubGroupId('irsa');
334+
req.setDrawingSubGroupId('iras');
335335
return req;
336336
}
337337

0 commit comments

Comments
 (0)