不具合 ID 番号 |
BUG-000148829 |
送信されました | April 27, 2022 |
最終更新日 | December 10, 2024 |
適用対象 | ArcGIS Online |
見つかったバージョン | 10.1 |
オペレーティング システム | Windows OS |
オペレーティング システムのバージョン | N/A |
ステータス | In Review
この問題は確認中です。 確認プロセスでは、その問題が必要なすべての情報を備え、簡単に理解できること、既存の問題と重複していないこと、および有効な不具合または機能拡張の要求であることが確認されます。 このフェーズでは、説明または追加情報の提供をお願いする可能性があります。
|
対処法
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.
再現の手順