Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
martinRenou committed Jul 11, 2024
1 parent 99cb741 commit 970e771
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion ui-tests/tests/notebooks/Notebook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@
"\n",
"doc = GISDocument()\n",
"\n",
"doc.add_raster_layer(\n",
" url=\"https://mt1.google.com/vt/lyrs=y&x={x}&y={y}&z={z}\",\n",
" name=\"Google Satellite\",\n",
" attribution=\"Google\",\n",
" opacity=0.6\n",
")\n",
"\n",
"doc"
]
}
Expand All @@ -31,7 +38,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.12.3"
"version": "3.12.4"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 970e771

Please sign in to comment.