mirror of
https://github.com/Leaflet/Leaflet.git
synced 2025-08-16 16:45:22 +00:00
Fix Stamen's Toner gridlayer in examples
This commit is contained in:
@ -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(){
|
||||
|
Reference in New Issue
Block a user