13 Commits

Author SHA1 Message Date
Oscar Lorentzon
c40d25ab00 refactor: rename key to id 2021-03-22 11:56:49 +01:00
Oscar Lorentzon
b562a0b06c chore: build with rollup
Migrate to Rollup.
Emit umd, minified umd, module, type declarations
and source maps.
Work around problems with Falcor by using
virtual module.

Migrate to Jest.
Run tests in with CommonJS modules becasue ES6
is not supported.
Work around dependency problems by bootstrap
to ensure they are not loaded during test.

Remove all unused dependencies.

Create state transition matrix to avoid
circular dependencies.

chore: tsc and rollup watch build
chore: incremental watch build
Remove unused dependencies.
chore: use existing type packages
chore: mock favicon
chore: improve watch build
chore: fix styles build
chore: specific commonjs build for tests
chore: reset spec files
refactor: explicit state transition matrix
chore: make src commands work
chore: working unit tests and lib
chore: add serve docs script
chore: remove unused bundle config
chore: refactor rollup config to avoid duplication
fix: falcor imports
fix: transition from source to target

Fixes #87
Fixes #100
Fixes #159
Fixes #208
2021-03-15 11:23:22 +01:00
Oscar Lorentzon
a913a99a9f feat: remove obsolete stats component 2020-11-06 17:22:06 +01:00
Oscar Lorentzon
8e82214957 chore: update viewer ctor calls in debug pages 2020-10-08 17:37:50 +02:00
Oscar Lorentzon
448da3b08b Enable stats component by default. 2017-03-24 10:59:00 +00:00
Oscar Lorentzon
63016a7851 Add markers in batches and log performance. 2017-03-23 21:42:41 +00:00
Oscar Lorentzon
090d1245ab Structure and add comments to marker example. 2017-03-23 09:45:38 +00:00
Oscar Lorentzon
e085722974 Do not set properties equal to default values. 2017-03-21 09:56:58 +00:00
Oscar Lorentzon
bdb65fb4f0 Do not create new marker if an interactive marker was clicked. 2017-03-21 07:28:24 +00:00
Oscar Lorentzon
c152af1b9e Hide indicator circle when dragging marker. 2017-03-21 06:50:23 +00:00
Oscar Lorentzon
06ca57e717 Keep markers dragged in map draggable in viewer. 2017-03-20 15:08:27 +00:00
Oscar Lorentzon
efcaa4037f Make created markers draggable in debug page. 2017-03-20 11:54:35 +00:00
Oscar Lorentzon
06b1e65501 Add marker debug files. 2017-03-17 10:22:51 +00:00