Número de ID del error |
BUG-000163050 |
Enviado | November 17, 2023 |
Última modificación | June 5, 2024 |
Relacionado con | ArcGIS API for Python |
Versión encontrada | 2.1.1 |
Sistema operativo | Windows OS |
Versión de sistema operativo | 10.0 64 Bit |
Estado | As Designed
Tras revisión realizada por el equipo de desarrollo, se ha determinado que este comportamiento es acorde con lo designado. Consulte los detalles en la sección Información adicional.
|
Información adicional
Layer views cannot contain spaces in the name. Underscores included in the name are kept. For example, the view can be named, 'US_Points_with_lat_long' and the view is created as expected. If the view name is, 'US Points_with_lat_long', the value contains a space in the name, which causes the issue. To automate the process, use the Python built-in replace function to replace spaces with `_`.
Solución alternativa
Include underscores in the Python code when naming the created view layer.
Pasos para reproducir