mobility-toolbox-js 2.0.0-beta.78 → 2.0.0-beta.79

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -195,7 +195,7 @@ const realtimeDefaultStyle = (trajectory, viewState, options) => {
195
195
  return null;
196
196
  }
197
197
  const margin = 1 * pixelRatio;
198
- const radiusDelay = radius + 2;
198
+ const radiusDelay = radius + 2 * pixelRatio;
199
199
  const markerSize = radius * 2;
200
200
  const size = radiusDelay * 2 + margin * 2;
201
201
  const origin = size / 2;
package/mbt.js CHANGED
@@ -40611,7 +40611,7 @@ uniform ${i3} ${o3} u_${a3};
40611
40611
  return null;
40612
40612
  }
40613
40613
  const margin = 1 * pixelRatio;
40614
- const radiusDelay = radius + 2;
40614
+ const radiusDelay = radius + 2 * pixelRatio;
40615
40615
  const markerSize = radius * 2;
40616
40616
  const size = radiusDelay * 2 + margin * 2;
40617
40617
  const origin = size / 2;