Releases: maptalks/maptalks.three
Releases · maptalks/maptalks.three
v0.21.0
[Feature] add fetch json data worker,This allows batch processing of JSON requests
const fetDataActor = maptalks.getFetchDataActor();
for (let i = total; i >= 0; i--) {
const url = maptalks.Util.getAbsoluteURL(`./data/ny/${i}.json`);
fetDataActor.send(url, [], (error, arrayBuffer) => {
// console.log(arrayBuffer);
})
}
v0.20.3
v0.20.2
v0.20.1
v0.20.0
v0.19.0
v0.18.1
v0.18.0
[Feature] threelayer add coordinatiesToGLFloatArray and coordinatiesToGLArray for Coordinate batch conversion
[Feature] Mercator coordinate transformation ported to worker
[Performance] use TypeArray to init line/lines/fatline/fatlines,Initialization speed is 2x
[Performance] ExtrudePolygon support worker,Initialization speed is 16x
[Fix] Fix line pick when map zoom>20
[Cli] update geometry-extrude,worker rollup config
v0.17.2
v0.17.1
- [Fix] BaseObject animateShow not change scale.x/scale.y
- [Fix] delete pkg maptalks peer dependent
- [Performance] Optimize coordinateToVector3 Reduce new Coordinate
- [Performance] Optimize memory usage about ExtrudePolygons and ExtrudeLines
- [Performance] optimization Extrupolygons init performance