是否有可能在使用Stamen Toner-lite tiles的Leaflet地圖上具有中間(2.5,3.5,4.5等)縮放級別?這是我的代碼到目前爲止,計算縮放級別:小冊子:自定義縮放級別可能嗎?
leafletmap.on('zoomstart', function (d){
targetZoom = leafletmap.getZoom(); //Grabs whatever current zoom level is
targetZoom = targetZoom +.5; //Adds .5
leafletmap.setZoom(targetZoom); //Sets new value to zoom level
console.log(targetZoom); //Consoles out new value
});
我嘗試了添加0.5〜代碼,但我得到一個錯誤too much recursion
,所以我猜它不是那麼簡單。任何幫助或方向非常感謝!
感謝您直接回復@ iH8。我看到了前面的問題並做了一些研究,但我不確定過去兩年的情況是否有所改變。非常感激! – BDD 2015-01-27 01:13:23