zh-mapbox 0.1.87 → 0.1.88
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
|
@@ -100,6 +100,7 @@ RegisterMapBoxModel(THREE,GLTFLoader)
|
|
|
100
100
|
| **loadModels**(models)-(0.1.76-v3) | models:{key:string} | 添加模型 |
|
|
101
101
|
| **isPaintProperty**(id,property)-(0.1.79) | | 是否属于paint |
|
|
102
102
|
| **loadIconset**(url,options,callback)-(v3) | | 加载pbf图标 |
|
|
103
|
+
| **loadImagesSprite**(urls) | {key:value} | 生成精灵图添加 |
|
|
103
104
|
|
|
104
105
|
### Map.Style
|
|
105
106
|
|
package/dist/index.d.ts
CHANGED