-
Notifications
You must be signed in to change notification settings - Fork 195
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(docs): Update i3s colorization tutorial #2900
Conversation
const stats: StatsInfo | null = (data?.stats as StatsInfo) || null; | ||
``` | ||
|
||
## Use @deck.gl-community/layers |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe the section should be called DataDrivenTile3DLayer
- the fact that it is in the deck.gl-community repo/namespace is more of a detail?
If we reference this layer, does it have documentation in the deck.gl-community website that we can link to?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You right, changed to DataDrivenTile3DLayer.
There is no documentation in the deck.gl-community for the layer.
|
||
```ts | ||
function renderLayers() { | ||
const loadOptions = {i3s: {coordinateSystem: COORDINATE_SYSTEM.LNGLAT_OFFSETS}}; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It might be worth adding comments explaining why this is necessary.
website/package.json
Outdated
@@ -55,7 +55,7 @@ | |||
"docusaurus-mdx-checker": "^3.0.0", | |||
"docusaurus-node-polyfills": "^1.0.0", | |||
"expr-eval": "^2.0.2", | |||
"mapbox-gl": "npm:empty-npm-package@1.0.0", | |||
"mapbox-gl": "^3.1.2", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We are trying to move away from mapbox.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reverted it back
No description provided.