MapGenie - Smaller Icon Size

Makes the icons smaller on the map, so you can see more of the map at once.

Tác giả
Alistair1231
Cài đặt hàng ngày
0
Số lần cài đặt
83
Đánh giá
1 0 0
Phiên bản
0.3.3
Đã tạo
20-04-2023
Đã cập nhật
04-06-2023
Giấy phép
MIT
Áp dụng cho

Only applies on zoom change, so after page load, zoom in/out to apply script.

If the symbols are too big/small for you, change this line (if you are confused what the numbers mean, do some trial and error. You won't break anything.)

var logarithmicScale = Math.max(0, Math.log(iconSizeAtMaxZoom / iconSizeAtMinZoom) / Math.log(maxZoom / minZoom) * Math.log(zoom / minZoom)) * 2.3;
Before After