fix typo
This commit is contained in:
parent
fadc4b132a
commit
8ec5cff4e1
@ -70,7 +70,7 @@
|
||||
<pre><code class="javascript">// create a CloudMade tile layer
|
||||
var cloudmadeUrl = 'http://{s}.tile.cloudmade.com/YOUR-API-KEY/997/256/{z}/{x}/{y}.png',
|
||||
cloudmadeAttribution = 'Map data &copy; 2011 OpenStreetMap contributors, Imagery &copy; 2011 CloudMade',
|
||||
cloudmade = new L.TileLayer(cloudmadeUrl, {maxZoom: 18, attribution: cloudmadeAttribution}),
|
||||
cloudmade = new L.TileLayer(cloudmadeUrl, {maxZoom: 18, attribution: cloudmadeAttribution});
|
||||
|
||||
// initialize the map on the "map" div
|
||||
var map = new L.Map('map');
|
||||
|
Loading…
Reference in New Issue
Block a user