laptop and a wrench

漏洞

When latitude and longitude attributes are created in ArcGIS Pro and converted to the degrees minutes second (DMS) format, the degree, minute and second symbols are not displayed.

上次发布: March 1, 2018 ArcGIS Pro
漏洞 ID 编号 BUG-000110855
已提交January 16, 2018
上次修改时间June 5, 2024
适用范围ArcGIS Pro
找到的版本2.0.1
状态Non-Reproducible

附加信息

"DMS 1" & "DMS 2" format produce output as per design. The design does not include the symbols (for degree, minute second). This format was as requested. This is not to say it could not be improved, though that would mean an enhancement request (instead of this bug fix request). WORKAROUND It is already possible to achieve what's asked by doing the following (ArcGIS Pro code below) - add a new text field (named "pretty_dms" for now) to the data - run CalculateField, with the following parameter values - field Name : pretty_dms - expression type: python - expression: pretty(!DMSLatLon!) - in the code Block paste the code below def pretty(v): v = v.split(" ") return v[0] + "\u00b0 " +\ v[1] + "\u2032 " +\ v[2][:-1] + "\u2033" + v[2][-1:] + " " +\ v[3] + "\u00b0 " +\ v[4] + "\u2032 " +\ v[5][:-1] + "\u2033" + v[5][-1:]

解决办法

Create latitude and longitude attributes in DMS format in Arcmap and open the data in ArcGIS Pro.

重现步骤

漏洞 ID: BUG-000110855

软件:

  • ArcGIS Pro

当漏洞状态发生变化时获得通知

下载 Esri 支持应用程序

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

获取来自 ArcGIS 专家的帮助

联系技术支持部门

下载 Esri 支持应用程序

转至下载选项