Mercurial > hgrepos > hgweb.cgi > skipweb
changeset 3831:df9e13061fbe
minzoom_11
author | natto <earlgray_spring@aol.com> |
---|---|
date | Tue, 05 Feb 2019 13:56:13 +0900 |
parents | b206eb3410f3 |
children | c7bc1cd00174 |
files | shuzai/trad/new_late_geojson.js |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/shuzai/trad/new_late_geojson.js Sat Feb 02 16:33:46 2019 +0900 +++ b/shuzai/trad/new_late_geojson.js Tue Feb 05 13:56:13 2019 +0900 @@ -303,7 +303,7 @@ var mymap= L.map("mymap", { layers: [osmTile,haru,natu,akii,huyu], //最初に指定するタイルレイヤー - center: ltlg, zoom: 11 //,scrollWheelZoom: false + center: ltlg, zoom: 11 , minZoom:11, scrollWheelZoom: false //中心座標とズームレベルとマウスのホイールでのズームをしないよう設定 });