Bug-ID-Nummer |
BUG-000148829 |
Eingereicht | April 27, 2022 |
Zuletzt geändert | December 10, 2024 |
Gilt für | ArcGIS Online |
Gefunden in Version | 10.1 |
Betriebssystem | Windows OS |
Betriebssystemversion | N/A |
Status | In Review
Das Problem wird aktuell überprüft. Bei der Überprüfung wird sichergestellt, dass alle erforderlichen Informationen enthalten sind, die Angaben leicht verständlich sind, es sich nicht um ein Duplikat eines bestehenden Problems handelt und es sich somit um einen gültigen Bug oder eine gültige Verbesserungsanforderung handelt. Während der Überprüfungsphase werden Sie bei Bedarf zur Klärung oder zum Einholen weiterer Informationen kontaktiert.
|
Workaround
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.
Schritte zur Reproduzierung