diff --git a/examples/choropleth-example.html b/examples/choropleth-example.html index 98632dba..dec2640f 100644 --- a/examples/choropleth-example.html +++ b/examples/choropleth-example.html @@ -51,10 +51,12 @@ var map = L.map('map').setView([37.8, -96], 4); - var cloudmade = L.tileLayer('http://{s}.tile.cloudmade.com/{key}/{styleId}/256/{z}/{x}/{y}.png', { - attribution: 'Map data © 2011 OpenStreetMap contributors, Imagery © 2011 CloudMade', - key: 'BC9A493B41014CAABB98F0471D759707', - styleId: 22677 + L.tileLayer('https://{s}.tiles.mapbox.com/v3/{id}/{z}/{x}/{y}.png', { + maxZoom: 18, + attribution: 'Map data © OpenStreetMap contributors, ' + + 'CC-BY-SA, ' + + 'Imagery © Mapbox', + id: 'examples.map-20v6611k' }).addTo(map); diff --git a/examples/geojson-example.html b/examples/geojson-example.html index 99849fcd..0bac9fde 100644 --- a/examples/geojson-example.html +++ b/examples/geojson-example.html @@ -17,9 +17,12 @@