Oscar Lorentzon
ecd856099a
feat: replace default data provider
...
Remove Falcor data provider and dependencies.
Add Graph API data provider.
Unit test.
2021-06-07 15:03:11 +02:00
Oscar Lorentzon
4a51ddef83
docs: add marker map synchronization example
2021-06-04 08:37:37 +02:00
Oscar Lorentzon
d28368c5a8
docs: add core marker example
2021-06-04 08:37:37 +02:00
Oscar Lorentzon
b9c4799c97
docs: add million markers example
2021-06-04 08:37:37 +02:00
dependabot[bot]
e677543428
chore(deps): bump ws from 6.2.1 to 6.2.2 in /doc
...
Bumps [ws](https://github.com/websockets/ws ) from 6.2.1 to 6.2.2.
- [Release notes](https://github.com/websockets/ws/releases )
- [Commits](https://github.com/websockets/ws/commits )
---
updated-dependencies:
- dependency-name: ws
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-06-03 12:05:02 +02:00
Oscar Lorentzon
1b558582fe
docs: add tag interact example
2021-06-03 08:36:47 +02:00
Oscar Lorentzon
baa6390f48
docs: add tag create example
2021-06-03 08:36:47 +02:00
Oscar Lorentzon
24560695b7
docs: add tag example
2021-06-03 08:36:47 +02:00
Oscar Lorentzon
bdba74d026
docs: add custom render overview section
2021-06-01 09:49:07 +02:00
Oscar Lorentzon
00ede70d95
docs: add popup tag connection example
2021-05-31 22:41:14 +02:00
Oscar Lorentzon
f880e4d435
docs: add popup example
2021-05-31 22:41:14 +02:00
Oscar Lorentzon
002a898b52
docs: add editor example
2021-05-31 16:43:38 +02:00
Oscar Lorentzon
b4b46c0b29
docs: add spatial docs example
2021-05-27 23:46:48 +02:00
dependabot[bot]
14d3f6a660
chore(deps): bump dns-packet from 1.3.1 to 1.3.4 in /doc
...
Bumps [dns-packet](https://github.com/mafintosh/dns-packet ) from 1.3.1 to 1.3.4.
- [Release notes](https://github.com/mafintosh/dns-packet/releases )
- [Changelog](https://github.com/mafintosh/dns-packet/blob/master/CHANGELOG.md )
- [Commits](https://github.com/mafintosh/dns-packet/compare/v1.3.1...v1.3.4 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-05-27 12:33:28 +02:00
Oscar Lorentzon
81ff06c8b8
docs: add keyboard handler example
2021-05-27 11:59:02 +02:00
Oscar Lorentzon
e60de95f99
docs: add mouse handler example
2021-05-27 11:59:02 +02:00
Oscar Lorentzon
21834678ce
docs: add map to viewer example
2021-05-26 18:26:37 +02:00
Oscar Lorentzon
6fee80a6cd
docs: add algolia search
2021-05-26 15:30:51 +02:00
Oscar Lorentzon
c111cff4fd
docs: add viewer to map sync example
2021-05-25 19:32:32 +02:00
Oscar Lorentzon
891e18bcef
docs: add point and field of view example
2021-05-24 23:00:56 +02:00
Oscar Lorentzon
34a539fa87
docs: add viewer filter example
2021-05-24 23:00:56 +02:00
Oscar Lorentzon
a87427ade5
docs: add event example
2021-05-24 23:00:56 +02:00
Oscar Lorentzon
1fd62652c6
4.0.0-beta.6
2021-05-24 10:02:10 +02:00
Oscar Lorentzon
11858978a2
refactor: rename mouse to pointer component
2021-05-24 09:37:26 +02:00
Oscar Lorentzon
ee604a302d
docs: add viewer method example
2021-05-24 08:37:19 +02:00
Oscar Lorentzon
ce785f5a5f
docs: add viewer options example
2021-05-24 08:37:19 +02:00
Oscar Lorentzon
28eea75e12
docs: add viewer initialization example
2021-05-24 08:37:19 +02:00
Oscar Lorentzon
83fa9b8fef
chore: add script to setup dev environment
...
Remove all hardcoded client tokens.
Add script to generate token JS files.
Use generated tokens in all examples and docs.
2021-05-22 17:28:39 +02:00
Oscar Lorentzon
99f65410ee
docs: fix links and event tags
...
Tag event types with event jsdoc tag.
Remove event tag from event interfaces
to enable full info in the docs.
2021-05-22 12:07:41 +02:00
Oscar Lorentzon
775d4b991d
docs: add data provider overview section
2021-05-22 12:07:41 +02:00
Oscar Lorentzon
494a5464f0
feat: clarify token and provider handling
...
Separate token and provider options.
Rename viewer token method for clarity.
Use access token wording everywhere.
2021-05-22 12:07:41 +02:00
Oscar Lorentzon
505da04bbc
docs: custom camera controls documentation guide
2021-05-20 21:24:27 +02:00
Oscar Lorentzon
397e4a3204
docs: render animations guide
2021-05-19 17:55:35 +02:00
Oscar Lorentzon
1bfd680a1e
docs: add three.js custom renderer guide
2021-05-19 16:13:24 +02:00
Oscar Lorentzon
50cd408848
docs: webgl custom render guide
2021-05-19 13:11:13 +02:00
Oscar Lorentzon
7949fd35c8
docs: add fly controls example
2021-05-18 17:14:27 +02:00
Oscar Lorentzon
0691f7151b
docs: add custom render examples
2021-05-18 07:25:20 +02:00
Oscar Lorentzon
2bfdc4d3e3
docs: add geometry provider docs
2021-05-17 11:52:50 +02:00
Oscar Lorentzon
db29d0cef3
docs: add triangulation and graph theory sections
2021-05-17 09:23:55 +02:00
Oscar Lorentzon
13a1f91b33
docs: add examples
...
- Support
2021-05-17 09:23:55 +02:00
Oscar Lorentzon
56c751a0fa
fix: doc production build extend issue
...
Node modules are not transpiled in docusaurus
builds leading to a call invoke for data provider
base that throws.
Do not install MJS but use local build instead.
Change imports to be relative.
2021-05-15 18:10:53 +02:00
Oscar Lorentzon
4b32bc3403
docs: complete procedural data provider examples
2021-05-15 18:10:53 +02:00
Oscar Lorentzon
b359cc4ca7
docs: add procedural data provider example
2021-05-15 18:10:53 +02:00
Oscar Lorentzon
32c06ede08
docs: add code button linking to github example src
2021-05-13 15:34:19 +02:00
Oscar Lorentzon
ea1dcb346e
docs: improve introduction examples
2021-05-13 15:34:19 +02:00
Oscar Lorentzon
ef7759c265
docs: rename extend to extensions for coherence
2021-05-13 13:51:29 +02:00
Oscar Lorentzon
0e3904d844
refactor: single source for app token
...
Import app token from single place for all
instances - examples, doc examples, doc live
editors.
2021-05-13 13:23:27 +02:00
Oscar Lorentzon
317cf1f118
docs: align color theme with logo color
2021-05-13 13:23:27 +02:00
Oscar Lorentzon
cd7c18c17d
docs: upgrade docusaurus to v2.0.0-beta
2021-05-13 13:23:27 +02:00
Oscar Lorentzon
b7010714ee
docs: move migration guide to docs
2021-05-13 13:23:27 +02:00