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
300 stars 45 forks source link

--config options #40

Closed disarticulate closed 1 year ago

disarticulate commented 1 year ago

Not sure if this is a ogr2ogr a problem or related to this, but

gdal3.js:1 gdal stderr: ERROR 6: Unknown option name '--config'

When trying to set options here: https://gdal.org/user/configoptions.html#list-config-options as described here: https://gdal.org/programs/vector_common_options.html#vector-common-options

bugra9 commented 1 year ago

Hi @disarticulate,

In the new version I will add a field that these configurations can be entered. The new version will be released in a few days.

disarticulate commented 1 year ago

Appreciate the effort, everything else seems functional.

On Sun, Oct 23, 2022, 18:18 Bugra @.***> wrote:

Hi @disarticulate https://github.com/disarticulate,

In the new version I will add a field that these configurations can be entered. A new version will be released in a few days.

— Reply to this email directly, view it on GitHub https://github.com/bugra9/gdal3.js/issues/40#issuecomment-1288226141, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEFHWPLUGU3EQ56NBCXD62LWEXBVFANCNFSM6AAAAAAQVI6QFE . You are receiving this because you were mentioned.Message ID: @.***>

bugra9 commented 1 year ago

@disarticulate, I released new version. Can you try this version?

disarticulate commented 1 year ago

should have an answer this weekend, thanks!

disarticulate commented 1 year ago

this appears to be working. got another issues though, but will open a different issue