This is a plugin to use baidu map tiles with leaflet.
Usage
var map = L.map('container');
map.setView([39.916527,116.397128], 11);
var qqLayer = new L.BMap();
map.addLayer(qqLayer);
.
Example
http://kennethhutw.github.io/leaflet_baidu/leaflet-baidu.html