Skip to content

Releases: maptalks/maptalks.three

v0.21.0

18 Mar 06:43
5892869
Compare
Choose a tag to compare

[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

10 Mar 06:20
0abcb30
Compare
Choose a tag to compare

delete map mouse cursor

v0.20.2

14 Feb 03:18
a23ac3b
Compare
Choose a tag to compare

[Fix] fix FatLine _setPickObject3d

v0.20.1

25 Jan 08:08
922f03c
Compare
Choose a tag to compare

[Fix] fix _setPickObject3d error when baseobject destroyed

v0.20.0

23 Jan 12:56
15669f9
Compare
Choose a tag to compare

[CLI] update rollup version and plugins
[Feature] BaseObjectTask support dequeue by frame

v0.19.0

20 Jan 14:09
Compare
Choose a tag to compare

[Fix] fix coordinates to arraybuffer loss of precision
[Feature] line/lines/fatline/fatlines/extrudeline support worker(options.asynchronous=true)
[Feature] fit to maptalks.GroupGLLayer

v0.18.1

11 Jan 02:36
Compare
Choose a tag to compare

[Fix] fix ExtrudePolygon/ExtrudePolygons uv cal error

v0.18.0

10 Jan 07:35
Compare
Choose a tag to compare

[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

04 Dec 02:53
Compare
Choose a tag to compare
  • [Performance] Optimize terrain, heatmap, points initialization performance
  • [Performance] Optimize vertexColors performance
  • [Performance] Optimize the performance of line lines fatline fatlines

v0.17.1

30 Nov 05:56
Compare
Choose a tag to compare
  • [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