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

README.md fix: typo dataset -> datasheets #50

Closed
gregStickle opened this issue Dec 2, 2022 · 0 comments
Closed

README.md fix: typo dataset -> datasheets #50

gregStickle opened this issue Dec 2, 2022 · 0 comments

Comments

@gregStickle
Copy link
Contributor

In the README.md under the Basic Usage section, line 5 of the code section says const mbTilesDataset = result.dataset[0]; which should read const mbTilesDataset = result.datasets[0]; as per the code I found. Using dataset throws the error TypeError: Cannot read property '0' of undefined.

README.md
image

Code where datasets is used
image

gregStickle added a commit to gregStickle/gdal3.js that referenced this issue Dec 2, 2022
bugra9 added a commit that referenced this issue Dec 6, 2022
#50 README.md: fix dataset -> datasets typo
@bugra9 bugra9 closed this as completed Dec 6, 2022
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

No branches or pull requests

2 participants