Skip to content

Instantly share code, notes, and snippets.

@ns-1m
Forked from geohacker/gist:1605407
Created April 17, 2012 05:03
Show Gist options
  • Save ns-1m/2403566 to your computer and use it in GitHub Desktop.
Save ns-1m/2403566 to your computer and use it in GitHub Desktop.
cloudmade_layer
var map = new L.Map('map');
var cloudmadeUrl = 'http://{s}.tile.cloudmade.com/API-KEY/997/256/{z}/{x}/{y}.png',
cloudmadeAttrib = 'Map data © 2011 OpenStreetMap contributors, Imagery © 2011 CloudMade',
cloudmade = new L.TileLayer(cloudmadeUrl, {maxZoom: 18, attribution: cloudmadeAttrib});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment