Número de ID do Erro |
BUG-000163050 |
Enviado | November 17, 2023 |
Última Modificação | June 5, 2024 |
Aplica-se à | ArcGIS API for Python |
Versão encontrada | 2.1.1 |
Sistema Operacional | Windows OS |
Versão do Sistema Operacional | 10.0 64 Bit |
Status | As Designed
Após revisão pela equipe de desenvolvimento, foi determinado que esse comportamento é conforme projetado. Consulte a seção Informações Adicionais para obter detalhes.
|
Informações Adicionais
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 `_`.
Solução Provisória
Include underscores in the Python code when naming the created view layer.
Etapas para Reproduzir