Skip to content

Commit 36c8b46

Browse files
committed
don't render WmsTimeDimension example
1 parent cd8644c commit 36c8b46

1 file changed

Lines changed: 6 additions & 11 deletions

File tree

docs/user_guide/plugins/WmsTimeDimension.md

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,13 @@
1-
```{code-cell} ipython3
2-
---
3-
nbsphinx: hidden
4-
---
5-
import folium
6-
import folium.plugins
7-
```
8-
91
# TimestampedWmsTileLayers
102

113
Add a time dimension to a WMS tile layer.
124

5+
Note that we don't render the output in this example, because the web service
6+
used here is not always available.
7+
138
### Exploring the WMS with OWSLib
149

15-
```{code-cell} ipython3
10+
```
1611
from owslib.wms import WebMapService
1712
1813
@@ -25,7 +20,7 @@ print("\n".join(web_map_services.contents.keys()))
2520

2621
### Layer metadata
2722

28-
```{code-cell} ipython3
23+
```
2924
layer = "CRW_SST"
3025
wms = web_map_services.contents[layer]
3126
@@ -46,7 +41,7 @@ if style not in wms.styles:
4641

4742
### Map with WmsTileLayer and TimestampedWmsTileLayers
4843

49-
```{code-cell} ipython3
44+
```
5045
m = folium.Map(location=[-40, -50], zoom_start=5)
5146
5247
wms_tile_layer = folium.WmsTileLayer(

0 commit comments

Comments
 (0)