Skip to content

Conversation

@fuzhenn
Copy link
Member

@fuzhenn fuzhenn commented Jun 23, 2022

No description provided.

deyihu and others added 30 commits June 11, 2021 10:10
* Use ImageBitmap to improve Marker render performance

* ResourceCache Unified processing of imagebitmap

* delete blank line
#1379)

* Optimize geometry pick performance when map is still (#1372)

* Optimize geometry pick performance when map is still

* Optimize MutiLineString MultiPolygon pick performance

* delete geometry._containsPoint method imageData params

* detect the webgl environment by judging whether the webgl renderingcontext exists or not  close #1373 (#1374)

* reduce function call for optimize marker rendering performance (#1375)

* Delete the monitoring frequency limit of ContextMenu, so that the menu can be displayed normally (#1378)

* In drawing mode, do not trigger geometry events by config map geometryEventsOnDrawing

* fix same symbol not preparecanvas

* revert geometry pick

* drawtool support blockGeometryEvents
* fixing specs

* fixing specs

* fixing specs
* Calculate map in real time_ containerDOM position fix #1383

* map position ci test

* _updateDomPosition

* update map dom position ci

* fix ci

* update map checksize

* fix lint
)

* fix TextMarkerSymbolizer getFixedExtent align cal error fix #1381

* add geometry symbol is array test case

* fix textDesc is undefined

* update

* fix symbolizer._index error

* update drawtool api doc
* tilelayer default support token

* update tilelayer.options.token doc describe
#1395)

* optimize map._pointsToContainerPoints performance when pitch and bearing is 0

* fix ci error

* Reduce the creation of point, reduce memory overhead

* revert _pointsToContainerPoints code
* fixing

* fixing

* fixing ie specs
* fix linestring/polygon has altitude clip error fix #1168

* add geometry has altitude clip ci test
fuzhenn and others added 26 commits May 17, 2022 15:46
* fix position copy missing z value

* rollback toArray
* fix map hitDetect It doesn't work when size is decimal

* delete log
* position toArray Include z value

* update spec

* update toArray

* update spec
* Camera support Infinite Far

* update
* fix ios 13 MediaQueryList not addEventListener

* add GroupTileLayer internal sort of sublayers

* tileLayer add customTags

* ie not supported Object.assign and replace with maptalks.extend

* modify map options customTags desc

* modify map options customTags desc

Co-authored-by: 潘振东 <[email protected]>
…roupTileLayer is deleted reason: (#1718)

1.remove of the layer may happen before the frameend

Co-authored-by: ADS <[email protected]>
const tileX = Math.floor(delta * tileSystem['scale']['x'] + point.x / (tileSize['width'] * res));
const tileY = Math.ceil(delta * tileSystem['scale']['y'] + point.y / (tileSize['height'] * res));
let tileY = delta * tileSystem['scale']['y'] + point.y / (tileSize['height'] * res);
tileY = Math.round(tileY);
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why use two lines?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants