bugra9 / gdal3.js

Convert raster and vector geospatial data to various formats and coordinate systems entirely in the browser.
https://gdal3.js.org
GNU Lesser General Public License v2.1
315 stars 48 forks source link

Changing access mode for SQL statements #74

Open sl1241 opened 6 months ago

sl1241 commented 6 months ago

Is it possible to specify the access mode for GDAL.open? I am currently trying to execute an SQL statement for a MapInfo Tab file to edit the table data using INSERT and UPDATE but it keeps giving me the following error:

image

Code used: image