You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Code where datasets is used
The text was updated successfully, but these errors were encountered:
gregStickle
added a commit
to gregStickle/gdal3.js
that referenced
this issue
Dec 2, 2022
In the README.md under the Basic Usage section, line 5 of the code section says
const mbTilesDataset = result.dataset[0];
which should readconst mbTilesDataset = result.datasets[0];
as per the code I found. Using dataset throws the errorTypeError: Cannot read property '0' of undefined
.README.md

Code where datasets is used

The text was updated successfully, but these errors were encountered: