laptop and a wrench

Error

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

ArcGIS Field Maps
Número de ID del error BUG-000159625
EnviadoJuly 5, 2023
Última modificaciónOctober 1, 2025
Relacionado conArcGIS Field Maps
Versión encontrada23.2
Sistema operativoApple iOS
Versión de sistema operativo16.x
Versión corregida25.2
EstadoFixed

Solución alternativa

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

Pasos para reproducir

ID del error: BUG-000159625

Software:

  • ArcGIS Field Maps

Recibir notificaciones cuando cambie el estado de un error

Descargar la aplicación de soporte de Esri

Descubrir más sobre este tema

Obtener ayuda de expertos en ArcGIS

Contactar con el soporte técnico

Descargar la aplicación de soporte de Esri

Ir a opciones de descarga