zh-mapbox 0.1.50 → 0.1.51
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/dist/index.d.ts +6 -0
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -88,6 +88,7 @@ RegisterMapBoxModel(THREE,GLTFLoader)
|
|
|
88
88
|
| **clearMapLayer**(names?,clear?)-(0.1.47) | names:string\|string[]<br>适用于MapLayer的名称<br>clear:boolean 清除或者保留 | 清除所有添加的图层 |
|
|
89
89
|
| **setLayerOrder**(order)-(0.1.49) | order:true (排最后) | zIndex图层排序方式 |
|
|
90
90
|
| **setDefaultLayerIndex**(index)-(0.1.49) | index:number | 图层添加默认zIndex |
|
|
91
|
+
| **lazyLoadAddImages**(urls)-(0.1.51) | urls:{key:any} | 懒加载图片 |
|
|
91
92
|
|
|
92
93
|
### Map.Style
|
|
93
94
|
|
package/dist/index.d.ts
CHANGED