3.0.3 • Published 5 months ago

kcgis-3x v3.0.3

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
5 months ago

更新记录

2024/05/23

v3.0.1

内容

1.集成(LocalForage)离线存储。

参考

import LocalForage from '../../localForage/localforage'
var store = LocalForage.createInstance({
  name: "xxxx"
});
store.setItem("key", "value");
store.getItem("key");

2.在线地图提供地图缓存属性。

let img = KCGIS.ImageryLayerFactory.createImageryLayer(KCGIS.ImageryType.TDT,{
    key,
    style: 'img',
    useCache:true
})

3.存在的已知bug修复。

2024/06/12

v3.0.2

内容

1.添加PolylineAntialiasingMaterialProperty材质

直线/折线 抗锯齿材质 使用

new KCGIS.Polyline('-75,43,500000; -125,43,500000').setStyle({
    width: 2,
    material: new KCGIS.PolylineAntialiasingMaterialProperty(KCGIS.Color.PURPLE)
})
3.0.3

5 months ago

3.0.2

10 months ago

3.0.1

1 year ago

3.0.0

1 year ago