Skip to content

Commit

Permalink
fix: Fix the name of one of the tile map options
Browse files Browse the repository at this point in the history
  • Loading branch information
manthey committed May 11, 2023
1 parent 953e0f4 commit 716c3a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/osmLayer.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 716c3a9

Please sign in to comment.