fix: 修改最大级别为20级

This commit is contained in:
xiaoyan 2023-09-28 10:12:37 +08:00
parent 4f9af9c218
commit dffd44da0d
3 changed files with 3 additions and 3 deletions

View File

@ -1510,7 +1510,7 @@
<line outline="kind0" use="trunk" fix="true" width="2.6"/>
</m>
<m k="kind" v="4">width="0.4"
<m k="kind" v="4">
<line outline="kind0" use="primary:z11" fix="true" width="2.2"/>
</m>

View File

@ -28,7 +28,7 @@ public class Constant {
public static String[] HAD_LAYER_INVISIABLE_ARRAY;
// 渲染引擎开始切割的级别
public static final int OVER_ZOOM = 18;
public static final int MAX_ZOOM = 22;
public static final int MAX_ZOOM = 20;
// 数据保存时的zoom
public static final int DATA_ZOOM = 23;
public static final int OMDB_MIN_ZOOM = 15;

2
vtm

@ -1 +1 @@
Subproject commit 271e7b22785b0570a34c50476e17a98dfcca7e71
Subproject commit c046e788f5c739612a31c308639fca2de639669a