Número de ID do Erro |
BUG-000148829 |
Enviado | April 27, 2022 |
Última Modificação | December 10, 2024 |
Aplica-se à | ArcGIS Online |
Versão encontrada | 10.1 |
Sistema Operacional | Windows OS |
Versão do Sistema Operacional | N/A |
Status | In Review
O problema está sendo revisado. O processo de revisão garante que o problema contenha todas as informações necessárias e seja fácil de entender, que não seja uma duplicata de um problema existente e que seja um erro válido ou solicitação de melhoria. Durante esta fase, é possível que seja contactado para esclarecimentos ou informações adicionais.
|
Solução Provisória
Define the geometry manually using Update Layer Definition.
Step 1: Disable Optimization:
- Go to the Rest Endpoint of the Service as the data owner or an administrator of the organization.
- Follow the procedure of this article (https://support.esri.com/en-us/knowledge-base/how-to-access-the-rest-and-admin-endpoints-of-an-arcgis-000027990) to access the admin endpoint for the service.
- Click the sub-layer that's optimized.
- Click Update Definition at the bottom.
- Ensure the top of the page states 'Update Layer Definition', not 'Update Service Definition'. If it states Service, step 3 is likely missed.
- Remove everything from the Update Definition JSON box and only add the following JSON to disable Optimization:
- {"multiScaleGeometryInfo":null}.
- Be sure Async is set to True.
- Click Update Definition.
Step 2: Re-Enable Optimization with all levels:
- Go to the Rest Endpoint of the Service as the data owner or an administrator of the organization.
- Follow the procedure of this article (https://support.esri.com/en-us/knowledge-base/how-to-access-the-rest-and-admin-endpoints-of-an-arcgis-000027990) to access the admin endpoint for the service.
- Click the sub-layer that's optimized.
- Click Update Definition at the bottom.
- Ensure the top of the page states 'Update Layer Definition', not 'Update Service Definition'. If it states Service, step 3 is likely missed.
- Remove everything from the Update Definition JSON box and only add the following JSON to re-enable Optimization with your own defined layers:
- {"multiscaleGeometryInfo" :{"levels" : [1,3,5,7,9,11]}}.
- Be sure Async is set to True.
- Click Update Definition.
Note: This may take a while, but once it's done, the geometry can be drawn properly.
Etapas para Reproduzir