laptop and a wrench

Bug

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

ArcGIS Field Maps
Bug-ID-Nummer BUG-000159625
EingereichtJuly 5, 2023
Zuletzt geändertOctober 1, 2025
Gilt fürArcGIS Field Maps
Gefunden in Version23.2
BetriebssystemApple iOS
Betriebssystemversion16.x
Behoben in Version25.2
StatusFixed

Workaround

  • 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.

Schritte zur Reproduzierung

Bug-ID: BUG-000159625

Software:

  • ArcGIS Field Maps

Benachrichtigung erhalten, wenn sich der Status eines Bugs ändert

Esri Support App herunterladen

Weitere Informationen zu diesem Thema erkunden

Unterstützung durch ArcGIS-Experten anfordern

An den technischen Support wenden

Esri Support App herunterladen

Zu Download-Optionen wechseln