Leaflet plugin that enables the use of QQ Map tiles
var map = L.map('container'); map.setView([39.916527,116.397128], 11); var qqLayer = new L.qq(); map.addLayer(qqLayer);
.
http://kennethhutw.github.io/leaflet_qq/leaflet-qq.html
This plugin was written by Kennet Hu and published under WTFPL license.