From 1bfd6396e0d1bc7039a7fa386306ab8bb2da3578 Mon Sep 17 00:00:00 2001 From: Anthony GULLIENT Date: Wed, 20 Dec 2023 16:48:08 +0100 Subject: [PATCH] fix(examples): change watercolor tile url --- examples/view_2d_map.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/view_2d_map.html b/examples/view_2d_map.html index 4b88a1454a..6c263fa788 100644 --- a/examples/view_2d_map.html +++ b/examples/view_2d_map.html @@ -47,7 +47,7 @@ var opensmSource = new itowns.TMSSource({ isInverted: true, // eslint-disable-next-line no-template-curly-in-string - url: 'http://c.tile.stamen.com/watercolor/${z}/${x}/${y}.jpg', + url: 'https://watercolormaps.collection.cooperhewitt.org/tile/watercolor/${z}/${x}/${y}.jpg', networkOptions: { crossOrigin: 'anonymous' }, extent, crs: 'EPSG:3857',