From 325dcba4e4790ef707f0479080e00834d8b3b80c Mon Sep 17 00:00:00 2001 From: crawld Date: Sat, 13 Mar 2021 16:36:06 -0800 Subject: [PATCH] missing quote in attribution url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2254734..8f34b38 100644 --- a/README.md +++ b/README.md @@ -238,7 +238,7 @@ wms = WMSLayer( styles="vegetation", format="image/png8", transparent=True, - attribution="Forest Observatory © Salo Sciences", + attribution="Forest Observatory © Salo Sciences", ) m = Map(basemap=basemaps.Stamen.Terrain, center=(39.39,-123.33), zoom=10) m.add_layer(wms)