Skip to content

Commit

Permalink
tile-3d-layer: fix doc (#4390)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xintong Xia committed Mar 14, 2020
1 parent c424f2b commit 000eab9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/layers/tile-3d-layer.md
Expand Up @@ -9,7 +9,8 @@ References
- [3D Tiles](https://github.com/AnalyticalGraphicsInc/3d-tiles/tree/master/specification).
- [ESRI I3S](https://github.com/Esri/i3s-spec)

* Load a 3D tiles dataset from ION server. [Set up Ion account](https://cesium.com/docs/tutorials/getting-started/#your-first-app);
**Load a 3D tiles dataset from ION server. [Set up Ion account](https://cesium.com/docs/tutorials/getting-started/#your-first-app);**

```js
import React, {Component} from 'react';
import DeckGL from '@deck.gl/react';
Expand Down
1 change: 1 addition & 0 deletions website/package.json
Expand Up @@ -14,6 +14,7 @@
"lint": "eslint src --ignore-pattern workers"
},
"dependencies": {
"@loaders.gl/3d-tiles": "^2.1.0-beta.1",
"@loaders.gl/csv": "^2.1.0-beta.1",
"@loaders.gl/core": "^2.1.0-beta.1",
"@loaders.gl/draco": "^2.1.0-beta.1",
Expand Down

0 comments on commit 000eab9

Please sign in to comment.