Have you ever had the misfortune of having to look for Stamen or Open Street Maps {z}/{x}/{y} (xyz.png/jpg) tile sets? Specifically, to use in Leaflet.js or the CartoDB dashboard? Then you’ll know just how frustrating it can be to find them when developing.

In any case, here they are. These, in addition to the standard faire tiles from Nokia, Google and Mapbox round out the Leaflet or CartoDB selection nicely. To import them, simply copy and paste the full url path and place it into the import field. This will be marked with a + in your CartoDB dashboard or the JavaScript line in Leaflet where you define tiles.

OSM Base Maps

http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png

Stamen Desing Maps

http://tile.stamen.com/toner/{z}/{x}/{y}.jpg
http://tile.stamen.com/terrain/{z}/{x}/{y}.jpg
http://tile.stamen.com/watercolor/{z}/{x}/{y}.jpg

In the event we find any new XYZ tiles, we’ll update this post. If you know of any other base maps / tiles that we can include here, please leave a comment w/ a link, or contact us here.