Fix Stamen's Toner gridlayer in examples

This commit is contained in:
Iván Sánchez Ortega
2016-02-04 15:45:10 +01:00
parent 0a1f867a8b
commit 07039e05a9

View File

@ -30,7 +30,7 @@
var watercolorUrl = 'http://{s}.tile.stamen.com/watercolor/{z}/{x}/{y}.jpg';
var watercolor = L.tileLayer(watercolorUrl, {maxZoom: 18, attribution: 'Map by Stamen, map data OpenStreetMap'}).addTo(map);
var tonerUrl = 'http://{s}.tile.stamen.com/toner/{z}/{x}/{y}.jpg';
var tonerUrl = 'http://{s}.tile.stamen.com/toner/{z}/{x}/{y}.png';
var toner = L.tileLayer(tonerUrl, {maxZoom: 18, attribution: ''}).addTo(map);
window.setInterval(function(){