Skip to content

Commit 1eeecf4

Browse files
committed
Updated notebooks 2023-11-26 UTC
1 parent 991e5cb commit 1eeecf4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

content/notebooks/82_pmtiles.ipynb

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@
9393
" ],\n",
9494
"}\n",
9595
"\n",
96+
"# style = leafmap.pmtiles_style(url) # Use default style\n",
97+
"\n",
9698
"m.add_pmtiles(\n",
9799
" url, name='PMTiles', style=style, overlay=True, show=True, zoom_to_layer=True\n",
98100
")\n",
@@ -175,6 +177,8 @@
175177
" ],\n",
176178
"}\n",
177179
"\n",
180+
"# style = leafmap.pmtiles_style(url) # Use default style\n",
181+
"\n",
178182
"m.add_pmtiles(\n",
179183
" url, name='PMTiles', style=style, overlay=True, show=True, zoom_to_layer=True\n",
180184
")\n",
@@ -241,6 +245,8 @@
241245
" ],\n",
242246
"}\n",
243247
"\n",
248+
"# style = leafmap.pmtiles_style(url) # Use default style\n",
249+
"\n",
244250
"m.add_pmtiles(\n",
245251
" url, name='Buildings', style=style, overlay=True, show=True, zoom_to_layer=False\n",
246252
")\n",
@@ -365,6 +371,8 @@
365371
" ],\n",
366372
"}\n",
367373
"\n",
374+
"# style = leafmap.pmtiles_style(url) # Use default style\n",
375+
"\n",
368376
"m.add_pmtiles(url, name='Buildings', show=True, zoom_to_layer=True, style=style)\n",
369377
"m"
370378
]

0 commit comments

Comments
 (0)