laptop and a wrench

漏洞

The ExportAixm51 function must be configured to support AirspaceActivation objects.

上次发布: February 24, 2020 ArcGIS Aviation Charting
漏洞 ID 编号 BUG-000126617
已提交November 8, 2019
上次修改时间September 17, 2020
适用范围ArcGIS Aviation Charting
找到的版本10.7.1
服务器平台Windows
客户端平台10.0 64 Bit
Version Fixed10.8.1
状态Fixed

解决办法

Navigate to C:\Program Files (x86)\ArcGIS\AviationCharting\Desktop10.7\DataExchange\AIXM\Exporter\51

Edit the 51ExportTemplate.xml file to add gml:id and to source activity_code from the timeseheet.

Search for the following code:

<aixm:activation>

           <aixm:AirspaceActivation>

             <aixm:activity>{activity_code}</aixm:activity>

           </aixm:AirspaceActivation>

         </aixm:activation>

 

Replace the code above with the following:

<aixm:activation>

      <aixm:AirspaceActivation removeIfOnlyAttributes="true" gml:id="asact_{timesheet.clientkey_id}">

       <aixm:activity>{timesheet.activity_code}</aixm:activity>

      </aixm:AirspaceActivation>

     </aixm:activation>

In the same directory, edit the 51ExportRelationships.json file, and add the following lines under the 'timesheet' header, within the "airspace" section (line 476):

"timesheet.activity_code",

"timesheet.clientkey_id"

Add a comma at the end of line 475 ("timesheet.combtil_code",)  as it is no longer the final statement in the fields section.

重现步骤

漏洞 ID: BUG-000126617

软件:

  • ArcGIS Aviation Charting

从 ArcGIS 专家处获得帮助

联系技术支持部门

下载 Esri 支持应用程序

转至下载选项

发现关于本主题的更多内容