diff --git a/GISDlg.cpp b/GISDlg.cpp index 13e8221..77f9433 100644 --- a/GISDlg.cpp +++ b/GISDlg.cpp @@ -7721,13 +7721,13 @@ void CGISDlg::ShowSaveZoneDlg(double* xPoints,double* yPoints) fprintf(fp,"%d, 1, %lf, %lf, %.2lf, 0, 00, 03\n", zoneID, xPoints[0], yPoints[0], height); fprintf(fp,"%d, 2, %lf, %lf, %.2lf, 0, 00, 03\n", zoneID, xPoints[1], yPoints[1], height); fprintf(fp,"%d, 3, %lf, %lf, %.2lf, 0, 00, 03\n", zoneID, xPoints[2], yPoints[2], height); - if (zoneType==0) + if (zoneType==0) //ÏÞ·ÉÇø { - fprintf(fp,"%d, 4, %lf, %lf, %.2lf, 0, 0C, 01\n", zoneID, xPoints[3], yPoints[3], height); + fprintf(fp,"%d, 4, %lf, %lf, %.2lf, 0, 0D, 01\n", zoneID, xPoints[3], yPoints[3], height); } - else if (zoneType==1) + else if (zoneType==1) //½û·ÉÇø { - fprintf(fp,"%d, 4, %lf, %lf, %.2lf, 0, 0D, 01\n", zoneID, xPoints[3], yPoints[3], height); + fprintf(fp,"%d, 4, %lf, %lf, %.2lf, 0, 0C, 01\n", zoneID, xPoints[3], yPoints[3], height); } fclose(fp);