Преглед изворни кода

improve the parabola math

tags/2.16.0
Caven Chen пре 3 година
родитељ
комит
688184f0ae
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      modules/math/parabola.js

+ 1
- 1
modules/math/parabola.js Прегледај датотеку

@@ -48,6 +48,6 @@ export default function parabola(
result.push([lng, lat, h])
}
}
result.push([endPosition.lng, endPosition.lat, endPosition.alt || 0])
return result
}

Loading…
Откажи
Сачувај