From 716c3a92077349799eadad7e46af247dbf1813e8 Mon Sep 17 00:00:00 2001 From: David Manthey Date: Thu, 11 May 2023 13:00:19 -0400 Subject: [PATCH] fix: Fix the name of one of the tile map options --- src/osmLayer.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/osmLayer.js b/src/osmLayer.js index c418a94f4a..33865c0281 100644 --- a/src/osmLayer.js +++ b/src/osmLayer.js @@ -229,10 +229,10 @@ osmLayer.tileSources = { minLevel: 0, maxLevel: 18 }, - 'voyager-without-layers': { + 'voyager-without-labels': { url: 'https://{s}.basemaps.cartocdn.com/rastertiles/voyager_nolabels/{z}/{x}/{y}.png', attribution: CartoAttribution, - name:'Carto Voyager Without Layers', + name:'Carto Voyager Without Labels', minLevel: 0, maxLevel: 18 }