When using the Russian version of Windows, Drone2Map for ArcGIS fails to "Open in ArcGIS Pro" with "Invalid input parameters: Missing Empty APRX Path" when the Russian named basemap is in the contents.
上次发布: January 31, 2019ArcGIS Drone2Map
漏洞 ID 编号
BUG-000107143
已提交
August 4, 2017
上次修改时间
June 5, 2024
适用范围
ArcGIS Drone2Map
找到的版本
1.2
操作系统
Windows OS
操作系统版本
8.1
修正版本
1.3
状态
Fixed
此漏洞已得到修复。 有关详细信息,请参阅“版本修复”和“其他信息”(如果适用)。
解决办法
Workaround from Distributor:Encoding is the reason of the described problem. Change to: «<a href="http://ExportToArcGISPro.py" target="_blank">ExportToArcGISPro.py</a>» file ("<a href="file:C:/Program" target="_blank">C:\Program</a> Files\ArcGIS\Drone2Map\Bin\data\Scripts\Arcpy\<a href="http://ExportToArcGISPro.py" target="_blank">ExportToArcGISPro.py</a>").Original code:with open(parameters_file) as data_file:modified code:with open(parameters_file, encoding='utf-8') as data_file]