Skip to content
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

Merged
merged 2 commits into from
Feb 28, 2024

Conversation

maxkuznetsov-actionengine
Copy link
Collaborator

No description provided.

const stats: StatsInfo | null = (data?.stats as StatsInfo) || null;
```

## Use @deck.gl-community/layers
Copy link
Collaborator

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?

Copy link
Collaborator Author

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}};
Copy link
Collaborator

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.

@@ -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",
Copy link
Collaborator

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.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reverted it back

@maxkuznetsov-actionengine maxkuznetsov-actionengine merged commit 30baa50 into master Feb 28, 2024
3 checks passed
@maxkuznetsov-actionengine maxkuznetsov-actionengine deleted the i3s_colorization_tutorial branch February 28, 2024 16:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants