simplelayers

Results 3 comments of simplelayers

What changed between 2.7 and 2.14?Did something change in how markers are added?I may be  adding the marker then positioning it. Im not in front of the code right now. ...

I found the issue: version 2.7 marker.js: ``` _updateDOM() { const pos = this._pos || new Point(0, 0); const pitch = this._calculatePitch(); const rotation = this._calculateRotation(); this._element.style.transform = `${anchorTranslate[this._anchor]} translate(${pos.x}px,...

I have done a deeper exploration of the issue. The code adding my marker was: ``` this.queryMarker = new Marker( { anchor: 'center', element: puc.element, draggable: false, offset: { x:...