MapGenie - Smaller Icon Size

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

当前为 2023-04-20 提交的版本,查看 最新版本

作者
Alistair1231
评分
0 0 0
版本
0.2
创建于
2023-04-20
更新于
2023-04-20
大小
1.6 KB
许可证
GPL-3.0
适用于

Only applies on zoom change, so after page load zoom in.

If the symbols are too big/small for you change this line

var newIconSize = Math.max(0.2, Math.min(1, (zoom - 4) / maxZoom));