From f0bd2eab48b8c7c5fe5ee1888d940fc61603c820 Mon Sep 17 00:00:00 2001 From: Andrew <15331990+ahuang11@users.noreply.github.com> Date: Tue, 31 Oct 2023 10:28:55 -0700 Subject: [PATCH] Fix matploit wmts (#685) --- geoviews/plotting/mpl/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/geoviews/plotting/mpl/__init__.py b/geoviews/plotting/mpl/__init__.py index 2d2a0387..70aeb3be 100644 --- a/geoviews/plotting/mpl/__init__.py +++ b/geoviews/plotting/mpl/__init__.py @@ -487,7 +487,7 @@ class WMTSPlot(GeoPlot): Adds a Web Map Tile Service from a WMTS Element. """ - zoom = param.Integer(default=8, doc=""" + zoom = param.Integer(default=3, doc=""" Controls the zoom level of the tile source.""") style_opts = ['alpha', 'cmap', 'interpolation', 'visible',