Axel Hadfeg

Results 7 issues of Axel Hadfeg

Whenever I rotate a shape, `_transformGeometries` executes `this._path._transform(null);` before `this._transformPoints(this._path);`, this yields exception `Uncaught Error: Invalid LatLng object: (NaN, NaN)` since the non existent matrix values recalculates the lat/lng values...

I would like to style the clusters so as to impart rules on how wide the cluster zones should be and what color pattern to abide to. EDIT: The styling...

Without PruneCluster I would specify my marker creation as follows: ``` renderable = L.marker([renderableMetadata.coordinate.latitude, renderableMetadata.coordinate.longitude], { icon: new L.Icon.Default({ shadowSize: [0, 0], }), pane: extractedLayerId }); ``` Note I was...

deleteShape works for every shape type except for circle. The API suggests the use of deleteShapeAt, but it does not work on any of the shapes I've attempted to draw,...

needsinfo

When attempting to drag vertices of a rotated rectangle, the control points reset themselves, It seems as if dragging the control points of a rectangles' vertices is not supported if...

needsinfo

This repo is currently not up to date with Cesium's latest official release. @mixxen or @maikuru: Would it be possible to have granted push access for this repository? That way...

Transitioning from one engine route to another triggers a `Cannot read properties of undefined (reading 'shouldSupersede').` This issue happens intermittently and I am not able to reproduce in a sandbox...