Skip to content

Commit 75a7aa8

Browse files
author
Jason Bazalar
committed
Removed uncessary tileLayer object variables
1 parent eea04b0 commit 75a7aa8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

custom.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,11 @@
9999

100100
//// CARTO BASE MAPS - FREE TO USE ////
101101
//// Max use 75,000 map impressions a Month per CartoDB, Inc.
102+
102103
//// MAP STYLE: Voyager
103-
// let CartoDB_Voyager = L.tileLayer('https://{s}.basemaps.cartocdn.com/rastertiles/voyager/{z}/{x}/{y}{r}.png', {
104+
// L.tileLayer('https://{s}.basemaps.cartocdn.com/rastertiles/voyager/{z}/{x}/{y}{r}.png', {
104105
//// MAP STYLE: Voyager Labels Under
105-
let CartoDB_VoyagerLabelsUnder = L.tileLayer('https://{s}.basemaps.cartocdn.com/rastertiles/voyager_labels_under/{z}/{x}/{y}{r}.png', {
106+
L.tileLayer('https://{s}.basemaps.cartocdn.com/rastertiles/voyager_labels_under/{z}/{x}/{y}{r}.png', {
106107
attribution: '&copy; <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors &copy; <a href="https://carto.com/attributions">CARTO</a>',
107108
subdomains: 'abcd',
108109
maxZoom: 20

0 commit comments

Comments
 (0)