Bug-ID-Nummer |
BUG-000136846 |
Eingereicht | January 19, 2021 |
Zuletzt geändert | June 5, 2024 |
Gilt für | ArcGIS API for Python |
Gefunden in Version | 1.8.3 |
Betriebssystem | Windows OS |
Betriebssystemversion | 10.0 |
Status | Will Not Be Addressed
Das Entwicklungsteam hat das Problem bzw. die Anforderung sorgfältig geprüft und ist zu dem Schluss gekommen, es nicht zu beheben bzw. keine weiteren Schritte zu unternehmen. Weitere Erläuterungen finden Sie ggf. im Abschnitt "Zusätzliche Informationen" des jeweiligen Problems.
|
Zusätzliche Informationen
This is expected behavior. The clone_items() method requires a feature service definition. In this scenario, the JSON of the feature service cannot be obtained because the admin endpoint cannot be accessed.
Workaround
If the underlying hosted feature service is public and the purpose of the view is setting styles or filters:
- In the target organization, on the Content tab, click Add Item > From a URL.
- Use REST URL of the underlying hosted feature service.
- Navigate to the item details page for the item, and click the Visualization tab.
- Apply the desired styles or filters.
- Click Save As New Layer.
- Replace the views of the items to be cloned with the new reference layer.
Schritte zur Reproduzierung