laptop and a wrench

不具合

Dashed line style is not honored when creating offline areas in ArcGIS Field Maps. Solid line is shown instead.

ArcGIS Field Maps
不具合 ID 番号 BUG-000159625
送信されましたJuly 5, 2023
最終更新日October 1, 2025
適用対象ArcGIS Field Maps
見つかったバージョン23.2
オペレーティング システムApple iOS
オペレーティング システムのバージョン16.x
修正されたバージョン25.2
ステータスFixed

対処法

  • Open the downloaded area folder in the iOS Files App, find the file named mobile_map.mmap.
  • Make a copy in a place that can be edited (e.g. the desktop) and open it with a text editor.
  • Find the JSON section that defines the symbology and notice the style is missing:

                },

                {

                  "label": "dash7",

                  "symbol": {

                    "color": [

                      20,

                      158,

                      206,

                      255

                    ],

                    "type": "esriSLS",

                    "width": 2.8900001049041748

                  },

                  "value": "dash7"

                },

  • Add the lacking style and save the file:

                },

                {

                  "label": "dash7",

                  "symbol": {

                    "color": [

                      20,

                      158,

                      206,

                      255

                    ],

                    "type": "esriSLS",

                    "style": "esriSLSShortDot",

                    "width": 2.8900001049041748

                  },

                  "value": "dash7"

                },

  • Overwrite the file in the field maps folder in iOS Files app.
  • Restart the ArcGIS Field Maps app and try again.

再現の手順

不具合 ID: BUG-000159625

ソフトウェア:

  • ArcGIS Field Maps

バグのステータスが変更されたときに通知を受け取る

Esri Support アプリのダウンロード

このトピックについてさらに調べる

ArcGIS エキスパートのサポートを受ける

テクニカル サポートへのお問い合わせ

Esri Support アプリのダウンロード

ダウンロード オプションに移動