leaflet_qq Posted on 2016-02-20 | In leaflet | This is a plugin to use qq map tiles with leaflet. Usagevar map = L.map('container'); map.setView([39.916527,116.397128], 11); var qqLayer = new L.qq(); map.addLayer(qqLayer); . Examplehttp://kennethhutw.github.io/leaflet_qq/leaflet-qq.html