Hello all,
I'd like to use the Leaflet JS with CloudMade maps, but I need some
help :)
I don't understand something about the URL construction:
'http://{s}.
tile.cloudmade.com/YOUR-API-KEY/997/256/{z}/{x}/{y}.png'
what are the numbers 997/256 ?
I read in the quick start guide "Next we'll create a tile layer to add
to our map, in this case it's a CloudMade tile layer with Fresh style.
Creating a tile layer usually involves setting the URL template for
the tile images (get yours at CloudMade), the attribution text and the
maximum zoom level of the layer:".
So I did register on CludMade, I have my API key , and would like to
use their map called Tourist (styleId=7 using their exemple). How do I
refer to the Tourist map if I use Leaflet JS ?
thank you !
Gabriele