Skip to content

Commit 631208f

Browse files
committed
added delete output
1 parent 2fd732b commit 631208f

File tree

1 file changed

+23
-3
lines changed

1 file changed

+23
-3
lines changed

samples/05_content_publishers/publish_ogc_services.ipynb

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,18 @@
450450
"cell_type": "code",
451451
"execution_count": null,
452452
"metadata": {},
453-
"outputs": [],
453+
"outputs": [
454+
{
455+
"data": {
456+
"text/plain": [
457+
"True"
458+
]
459+
},
460+
"execution_count": 42,
461+
"metadata": {},
462+
"output_type": "execute_result"
463+
}
464+
],
454465
"source": [
455466
"webmap_item.delete(permanent=True)"
456467
]
@@ -654,9 +665,18 @@
654665
"cell_type": "code",
655666
"execution_count": null,
656667
"metadata": {},
657-
"outputs": [],
668+
"outputs": [{
669+
"data": {
670+
"text/plain": [
671+
"True"
672+
]
673+
},
674+
"execution_count": 43,
675+
"metadata": {},
676+
"output_type": "execute_result"
677+
}],
658678
"source": [
659-
"item.delete(permanente=True)"
679+
"item.delete(permanent=True)"
660680
]
661681
},
662682
{

0 commit comments

Comments
 (0)