Skip to content

Commit

Permalink
Merge c888de7 into 8715438
Browse files Browse the repository at this point in the history
  • Loading branch information
Xintong Xia committed Oct 30, 2019
2 parents 8715438 + c888de7 commit 7f7910b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/api-reference/json/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ deck.gl supports a declarative system for describing layers and their props, and
</div>
</div>

See our [live demo](https://deck.gl/json).
See our [live demo](https://deck.gl/playground).


The module was created to enable specifying deck.gl visualizations using [JSON formatted](https://www.json.org/) text files and strings, but is completely generic and
Expand Down
2 changes: 1 addition & 1 deletion docs/whats-new.md
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ The projection algorithm used for geospatial coordinates (layers with `coordinat

### JSON API (Experimental)

A new experimental module `@deck.gl/json` provides a set of classes that allows deck.gl layers and views to be specified using JSON-formatted text files. To facilitate experimentation, a JSON layer browser is available on [http://deck.gl/json](http://deck.gl/json).
A new experimental module `@deck.gl/json` provides a set of classes that allows deck.gl layers and views to be specified using JSON-formatted text files. To facilitate experimentation, a JSON layer browser is available on [http://deck.gl/playground](http://deck.gl/playground).


### Enhanced Multiview Support
Expand Down
2 changes: 1 addition & 1 deletion website/contents/pages.js
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ export const examplePages = generatePath([
children: [
{
name: 'Playground',
external: 'http://deck.gl/json'
external: 'http://deck.gl/playground'
}
]
}
Expand Down
1 change: 1 addition & 0 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"lint": "eslint src --ignore-pattern workers"
},
"dependencies": {
"@loaders.gl/csv": "^1.3.3",
"@loaders.gl/draco": "^1.3.3",
"@loaders.gl/las": "^1.3.3",
"@mapbox/vector-tile": "^1.3.1",
Expand Down
2 changes: 1 addition & 1 deletion website/src/static/markdown/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
<div>
<div class="thumb">
<div data-title="Playground" data-name="@deck.gl/json">
<a href="https://deck.gl/json">
<a href="https://deck.gl/playground">
<img src="images/demo-thumb-playground.jpg" />
</a>
</div>
Expand Down

0 comments on commit 7f7910b

Please sign in to comment.