fix: 修改最大级别为20级

This commit is contained in:
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"/> <line outline="kind0" use="trunk" fix="true" width="2.6"/>
</m> </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"/> <line outline="kind0" use="primary:z11" fix="true" width="2.2"/>
</m> </m>

View File

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

2
vtm

Submodule vtm updated: 271e7b2278...c046e788f5