| Numéro d’ID de bogue |
BUG-000134041 |
| Envoi | September 22, 2020 |
| Dernière modification | June 5, 2024 |
| S’applique à | ArcGIS API for Python |
| Version trouvée | 1.8.1 |
| Système d’exploitation | Windows OS |
| Version du système d’exploitation | 10.0 64 Bit |
| Statut | Will Not Be Addressed
L’équipe de développement a examiné le problème ou la demande et a décidé qu’ils ne seraient pas traités. Pour d’autres explications, reportez-vous à la section Informations supplémentaires correspondant au problème.
|
Informations supplémentaires
The original code used to add the item has the text parameter formatted incorrectly. The correct code to add the item is:
item = gis.content.add(item_properties = {"title": "random_test_3",
"tags": "test,second_trial,item_from_df_csv_params",
"snippet": "random_test_data item created with csv parameters",
"description": "random_test_data item from csv with lat_long params",
"text": json.dumps({"layers": [dict(fc.layer)], 'showLegend' : True}),
"type": "Feature Collection",
"typeKeywords": "Data, Feature Collection, Singlelayer"})
Étapes pour reproduire
ID de bogue: BUG-000134041
Logiciel: