Zemledelec
c6b978b8cf
#698 fixed tests
2023-08-02 18:10:55 +04:00
Zemledelec
aa70a04c6e
#681 added KeyboardHandler test
2023-07-29 12:42:33 +04:00
Zemledelec
4c151f2245
wip.2
2023-07-18 16:19:10 +04:00
Zemledelec
0d440abb69
wip.1
2023-07-18 15:20:15 +04:00
Zemledelec
8f0b76641e
#706 fixed math test.2
2023-05-24 09:09:02 +04:00
Zemledelec
1a6f76cb71
#706 fixed math test
2023-05-24 09:06:17 +04:00
Zemledelec
fe88c407ae
#706 Fixed Ellipsoid test
2023-05-23 17:37:12 +04:00
Zemledelec
a3c96eefbf
#706 Ellipsoid cleanup
2023-05-23 16:39:19 +04:00
Michael Gevlich
aede8b29cf
Merge pull request #690 from openglobus/feature/689_CanvasTiles_maxNativeZoom
...
Draft: #689 CanvasTilex maxNativeZoom option
2023-04-28 11:48:09 +04:00
Zemledelec
25ad6ccd89
#689 Added maxNativeZoom, added Ellipsoid test, added Ellipsoid getAngleBetweenTwoBearings
2023-04-27 21:44:55 +04:00
Pavel Sukhodolski
7edcb47600
math test
2023-04-25 23:05:26 +04:00
Zemledelec
54860beadf
Fixed ray test
2023-04-22 13:39:52 +04:00
Zemledelec
57062a08b0
Added Ray intersection test
2023-04-21 11:50:38 +04:00
Zemledelec
c5b9e94371
Added a test fot get extent by tile index
2023-04-19 18:43:31 +04:00
Pavel Sukhodolski
4022be8474
LonLat test update
2023-04-14 10:59:19 +04:00
Zemledelec
3df96b989a
fixed ray test
2022-11-11 16:43:20 +04:00
Pavel Sukhodolski
867f0e1487
remove travis pipelines
...
remove jsdocs directory and use doc generation from config and package
parallelize build pipeline and make it faster
remove .vscode
update dependencies
fix vulnerability
remove fonts dependencies nad make it from npx
fix vulnerability in code
2022-09-02 17:52:46 +03:00
Zemledelec
415eca8a34
fixed kml test my fault
2022-06-19 11:11:24 +04:00
Zemledelec
5b8ab03c7b
replaced array at
2022-06-19 11:07:53 +04:00
--t-bo--
d37f34b7be
refactor and add unit tests
2022-05-27 16:34:49 -07:00
--t-bo--
b239855681
add unit tests for kml
2022-05-21 09:42:16 -07:00
--t-bo--
3df869f248
add unit tests for kml
2022-05-21 09:00:43 -07:00
--t-bo--
b66d90bf88
add unit tests for kml
2022-05-21 08:24:43 -07:00
--t-bo--
e0cdb7e58e
add unit tests for kml
2022-05-21 07:27:50 -07:00
Zemledelec
febe57e601
Merge branch 'master' into geo_object_instancing
...
# Conflicts:
# src/og/entity/Entity.js
# src/og/math/Mat4.js
# src/og/webgl/Handler.js
# src/og/webgl/callbacks.js
# tests/Globe.test.js
2021-11-13 00:07:12 +03:00
Pavel Sukhodolski
a8d72b61ed
commented globe test
2021-10-25 13:01:16 +03:00
Thibaut Lassalle
8c44ea1ea1
fix unit tests
2021-10-24 15:25:04 -07:00
Michael Gevlich
909d188912
Merge pull request #408 from SHmatthieu/more-unit-tests2
...
More unit tests2
2021-10-19 18:38:28 +03:00
Thibaut Lassalle
40a9b3812b
move to es6
2021-10-16 06:24:59 -07:00
matthieu.barbot
bbbe093bbd
more entity units tests
2021-10-15 00:32:04 +02:00
SHmatthieu
3c7e319422
Merge branch 'openglobus:master' into more-unit-tests2
2021-10-14 21:06:23 +02:00
Thibaut Lassalle
a24de8fbfd
es6
2021-10-13 17:48:15 -07:00
matthieu.barbot
2460bc5b48
EntityCollection units tests
2021-10-14 00:05:53 +02:00
matthieu.barbot
089becf16c
entity units tests
2021-10-13 23:44:34 +02:00
Thibaut Lassalle
660f9150a6
Quat es6 syntax
2021-10-13 09:24:38 -07:00
SHmatthieu
d1ad881986
Update LonLat.test.js
2021-10-11 22:13:10 +02:00
matthieu.barbot
54587fa6b7
unit-test for LonLat.js
2021-10-11 20:02:35 +02:00
Thibaut Lassalle
0b0354eaac
add unit tests
2021-10-10 06:36:22 -07:00
Thibaut Lassalle
08185015ac
add unit tests
2021-10-09 16:37:15 -07:00
Thibaut Lassalle
1d95a02328
add unit tests to Globe
2021-10-09 14:48:02 -07:00
Thibaut Lassalle
32027134b3
update and configure jest to test the code
2021-09-28 16:31:30 -07:00
Thibaut Lassalle
49edcf08ce
update and configure jest to test the code
2021-09-28 16:25:59 -07:00
Zemledelec
02e74e1144
Added non power of two elevation images size support
2020-09-28 13:58:45 +03:00
Zemledelec
8caec2559d
Added simple event module test
2020-04-01 00:24:22 +03:00
Zemledelec
d31e786d0b
Replaced billboardHandler arrays with typedArrays
...
Closes #228
2020-03-28 13:30:05 +03:00
Zemledelec
8ac0291df1
Added typedArrays splice and concat functions
2020-03-28 11:48:34 +03:00
Zemledelec
522e66b611
1) Replaced extractElevationTiles to the shared module
...
2) Made test for extractElevationTiles 4x4 tile size.
2020-03-03 11:33:36 +03:00
Zemledelec
0d52cca940
Added jest test.
2020-01-02 02:35:52 +03:00