Erro
| Número de ID do Erro | BUG-000169804 |
|---|---|
| Enviado | August 8, 2024 |
| Última Modificação | August 22, 2024 |
| Aplica-se à | ArcGIS API for Python |
| Versão encontrada | 2.3.0 |
| Sistema Operacional | Windows OS |
| Versão do Sistema Operacional | 10.0 64 Bit |
| Versão Fixa | Q4 2024 (version 2.4.0) |
| Status | Fixed |
In the case where the source type of the SceneLayer is known to be a feature service, set the private property of the SceneLayerManager class to the following:
from arcgis.gis import GIS
from arcgis.mapping import SceneLayer
gis = GIS('https://arcgis.com', '<username>', '<password>')
scene_layer = SceneLayer('<URL to scene service>', gis=gis)
scene_layer_manager = scene_layer.manager
scene_layer_manager._source_type = 'Feature Service'
result = scene_layer_manager.rebuild_cache(layers=0)
print(result)
ID do Erro: BUG-000169804
Software:
Obtenha ajuda de especialistas do ArcGIS
Baixe o Aplicativo de Suporte da Esri