Numéro d’ID de bogue |
BUG-000148829 |
Envoi | April 27, 2022 |
Dernière modification | December 10, 2024 |
S’applique à | ArcGIS Online |
Version trouvée | 10.1 |
Système d’exploitation | Windows OS |
Version du système d’exploitation | N/A |
Statut | In Review
Ce problème est en cours d’examen. Le processus d’examen permet de s’assurer que le problème est facilement compréhensible et contient toutes les informations nécessaires, qu’il ne s’agit pas du doublon d’un problème existant et qu’il constitue une demande de bogue ou d’amélioration valide. Pendant cette phase, il se peut que vous soyez contacté pour une demande de précisions ou d’informations supplémentaires.
|
Solution de contournement
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.
Étapes pour reproduire