@aibee/crc-bmap 0.8.21 → 0.8.22

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.
package/lib/bmap.esm.js CHANGED
@@ -24048,9 +24048,6 @@ var PositioningSystem = class {
24048
24048
  * @returns
24049
24049
  */
24050
24050
  getGpsPosition(data) {
24051
- if (data[2] > this.gps_max_horizontalAccuracy) {
24052
- return null;
24053
- }
24054
24051
  return wgs84ToWebMercator(data[0], data[1]);
24055
24052
  }
24056
24053
  resetParticleFilterDist(pos) {